Html Css Color HEX #DEDB7B Goldenrod

📋 copy color: '#DEDB7B'

red 222 ◦ green 219 ◦ blue 123

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

Shades of Goldenrod #DEDB7B

Tints of Goldenrod #DEDB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.81%

R = 39.36%
G = 38.83%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DEDB7B (or 0xDEDB7B) is known color: Goldenrod. HEX triplet: DE, DB and 7B. RGB value is (222,219,123). Sum of RGB (Red+Green+Blue) = 222+219+123=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB7B is #212484. Grayscale: #D1D1D1. Windows color (decimal): -2172037 or 8117214. OLE color: 8117214.

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

Color convert

RGB 222 219 123 -
CMYK 0 0.01 0.45 0.13
HSL 58.18º 0.6% 0.68% -
HSV(B) 58.18º 0.45% 0.87% -
XYZ 59.03 67.62 28.68 -
YUV 208.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 222 219 123 0 0.01 0.45 0.13 58.18 0.6 0.68
Hex DE DB 7B 0 1 2D D 3A 3C 44
Octal 336 333 173 0 1 55 15 72 74 104
Binary 11011110 11011011 1111011 0 1 101101 1101 111010 111100 1000100

Color Harmonies of #DEDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB7B

Black with #DEDB7B

Text Example


Text Example

White with #DEDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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