Html Css Color HEX #DEDB66 Goldenrod

📋 copy color: '#DEDB66'

red 222 ◦ green 219 ◦ blue 102

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

Shades of Goldenrod #DEDB66

Tints of Goldenrod #DEDB66

RGB

 RED value IS 222 (87.11% from 255) = 40.88%

 GREEN value IS 219 (85.94% from 255) = 40.33%

 BLUE value IS 102 (40.23% from 255) = 18.78%

R = 40.88%
G = 40.33%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DEDB66 (or 0xDEDB66) is known color: Goldenrod. HEX triplet: DE, DB and 66. RGB value is (222,219,102). Sum of RGB (Red+Green+Blue) = 222+219+102=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB66 is #212499. Grayscale: #CFCFCF. Windows color (decimal): -2172058 or 6740958. OLE color: 6740958.

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

Color convert

RGB 222 219 102 -
CMYK 0 0.01 0.54 0.13
HSL 58.5º 0.65% 0.64% -
HSV(B) 58.5º 0.54% 0.87% -
XYZ 57.85 67.15 22.48 -
YUV 206.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 222 219 102 0 0.01 0.54 0.13 58.5 0.65 0.64
Hex DE DB 66 0 1 36 D 3A 41 40
Octal 336 333 146 0 1 66 15 72 101 100
Binary 11011110 11011011 1100110 0 1 110110 1101 111010 1000001 1000000

Color Harmonies of #DEDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB66

Black with #DEDB66

Text Example


Text Example

White with #DEDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB66; }

 p { color: rgb(222,219,102); }

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

background-color css

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

 a { background-color: rgb(222,219,102); }

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

border-color css

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

 span { border-color: rgb(222,219,102); }

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