Html Css Color HEX #DEDB6F Goldenrod

📋 copy color: '#DEDB6F'

red 222 ◦ green 219 ◦ blue 111

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

Shades of Goldenrod #DEDB6F

Tints of Goldenrod #DEDB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.11%

R = 40.22%
G = 39.67%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DEDB6F (or 0xDEDB6F) is known color: Goldenrod. HEX triplet: DE, DB and 6F. RGB value is (222,219,111). Sum of RGB (Red+Green+Blue) = 222+219+111=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB6F is #212490. Grayscale: #D0D0D0. Windows color (decimal): -2172049 or 7330782. OLE color: 7330782.

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

Color convert

RGB 222 219 111 -
CMYK 0 0.01 0.5 0.13
HSL 58.38º 0.63% 0.65% -
HSV(B) 58.38º 0.5% 0.87% -
XYZ 58.32 67.34 24.96 -
YUV 207.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 222 219 111 0 0.01 0.5 0.13 58.38 0.63 0.65
Hex DE DB 6F 0 1 32 D 3A 3F 41
Octal 336 333 157 0 1 62 15 72 77 101
Binary 11011110 11011011 1101111 0 1 110010 1101 111010 111111 1000001

Color Harmonies of #DEDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB6F

Black with #DEDB6F

Text Example


Text Example

White with #DEDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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