Html Css Color HEX #D6CD6D Goldenrod

📋 copy color: '#D6CD6D'

red 214 ◦ green 205 ◦ blue 109

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

Shades of Goldenrod #D6CD6D

Tints of Goldenrod #D6CD6D

RGB

 RED value IS 214 (83.98% from 255) = 40.53%

 GREEN value IS 205 (80.47% from 255) = 38.83%

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

R = 40.53%
G = 38.83%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6CD6D (or 0xD6CD6D) is known color: Goldenrod. HEX triplet: D6, CD and 6D. RGB value is (214,205,109). Sum of RGB (Red+Green+Blue) = 214+205+109=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD6D is #293292. Grayscale: #C5C5C5. Windows color (decimal): -2699923 or 7196118. OLE color: 7196118.

HSL color Cylindrical-coordinate representation of color #D6CD6D: hue angle of 54.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6CD6D is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 109 -
CMYK 0 0.04 0.49 0.16
HSL 54.86º 0.56% 0.63% -
HSV(B) 54.86º 0.49% 0.84% -
XYZ 52.32 59.06 23.11 -
YUV 196.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 214 205 109 0 0.04 0.49 0.16 54.86 0.56 0.63
Hex D6 CD 6D 0 4 31 10 37 38 3F
Octal 326 315 155 0 4 61 20 67 70 77
Binary 11010110 11001101 1101101 0 100 110001 10000 110111 111000 111111

Color Harmonies of #D6CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD6D

Black with #D6CD6D

Text Example


Text Example

White with #D6CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD6D; }

 p { color: rgb(214,205,109); }

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

background-color css

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

 a { background-color: rgb(214,205,109); }

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

border-color css

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

 span { border-color: rgb(214,205,109); }

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