Html Css Color HEX #DEDB6D Goldenrod

📋 copy color: '#DEDB6D'

red 222 ◦ green 219 ◦ blue 109

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

Shades of Goldenrod #DEDB6D

Tints of Goldenrod #DEDB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.82%

R = 40.36%
G = 39.82%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DEDB6D (or 0xDEDB6D) is known color: Goldenrod. HEX triplet: DE, DB and 6D. RGB value is (222,219,109). Sum of RGB (Red+Green+Blue) = 222+219+109=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB6D is #212492. Grayscale: #CFCFCF. Windows color (decimal): -2172051 or 7199710. OLE color: 7199710.

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

Color convert

RGB 222 219 109 -
CMYK 0 0.01 0.51 0.13
HSL 58.41º 0.63% 0.65% -
HSV(B) 58.41º 0.51% 0.87% -
XYZ 58.22 67.3 24.39 -
YUV 207.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 222 219 109 0 0.01 0.51 0.13 58.41 0.63 0.65
Hex DE DB 6D 0 1 33 D 3A 3F 41
Octal 336 333 155 0 1 63 15 72 77 101
Binary 11011110 11011011 1101101 0 1 110011 1101 111010 111111 1000001

Color Harmonies of #DEDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB6D

Black with #DEDB6D

Text Example


Text Example

White with #DEDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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