Html Css Color HEX #DEDB6B Goldenrod

📋 copy color: '#DEDB6B'

red 222 ◦ green 219 ◦ blue 107

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

Shades of Goldenrod #DEDB6B

Tints of Goldenrod #DEDB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.53%

R = 40.51%
G = 39.96%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DEDB6B (or 0xDEDB6B) is known color: Goldenrod. HEX triplet: DE, DB and 6B. RGB value is (222,219,107). Sum of RGB (Red+Green+Blue) = 222+219+107=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB6B is #212494. Grayscale: #CFCFCF. Windows color (decimal): -2172053 or 7068638. OLE color: 7068638.

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

Color convert

RGB 222 219 107 -
CMYK 0 0.01 0.52 0.13
HSL 58.43º 0.64% 0.65% -
HSV(B) 58.43º 0.52% 0.87% -
XYZ 58.11 67.25 23.83 -
YUV 207.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 222 219 107 0 0.01 0.52 0.13 58.43 0.64 0.65
Hex DE DB 6B 0 1 34 D 3A 40 41
Octal 336 333 153 0 1 64 15 72 100 101
Binary 11011110 11011011 1101011 0 1 110100 1101 111010 1000000 1000001

Color Harmonies of #DEDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB6B

Black with #DEDB6B

Text Example


Text Example

White with #DEDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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