Html Css Color HEX #DDDE68 Goldenrod

📋 copy color: '#DDDE68'

red 221 ◦ green 222 ◦ blue 104

#DDDE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DDDE68

Tints of Goldenrod #DDDE68

RGB

 RED value IS 221 (86.72% from 255) = 40.4%

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 40.4%
G = 40.59%
B = 19.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDDE68 (or 0xDDDE68) is known color: Goldenrod. HEX triplet: DD, DE and 68. RGB value is (221,222,104). Sum of RGB (Red+Green+Blue) = 221+222+104=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDE68 is #222197. Grayscale: #D0D0D0. Windows color (decimal): -2236824 or 6872797. OLE color: 6872797.

HSL color Cylindrical-coordinate representation of color #DDDE68: hue angle of 60.51º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDDE68 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 104 -
CMYK 0.00 0 0.53 0.13
HSL 60.51º 0.64% 0.64% -
HSV(B) 60.51º 0.53% 0.87% -
XYZ 58.44 68.61 23.26 -
YUV 208.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 221 222 104 0.00 0 0.53 0.13 60.51 0.64 0.64
Hex DD DE 68 0 0 35 D 3D 40 40
Octal 335 336 150 0 0 65 15 75 100 100
Binary 11011101 11011110 1101000 0 0 110101 1101 111101 1000000 1000000

Color Harmonies of #DDDE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE68

Black with #DDDE68

Text Example


Text Example

White with #DDDE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE68; }

 p { color: rgb(221,222,104); }

 H1.HeaderClassName
 {
   color: #DDDE68;
 }
 .AnyTagClassName
 {
   color: #DDDE68;
 }
</style>

background-color css

<style>
 a { background-color: #DDDE68; }

 a { background-color: rgb(221,222,104); }

 div.DivClassName
 {
   background-color: #DDDE68;
 }
 .BgClassName
 {
   background-color: #DDDE68;
 }
</style>

border-color css

<style>
 span { border-color: #DDDE68; }

 span { border-color: rgb(221,222,104); }

 td.TdClassName
 {
   border-color: #DDDE68;
 }
 .TagClassName
 {
   border-color: #DDDE68;
 }
</style>