Html Css Color HEX #D6CD6A Goldenrod

📋 copy color: '#D6CD6A'

red 214 ◦ green 205 ◦ blue 106

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

Shades of Goldenrod #D6CD6A

Tints of Goldenrod #D6CD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 40.76%
G = 39.05%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6CD6A (or 0xD6CD6A) is known color: Goldenrod. HEX triplet: D6, CD and 6A. RGB value is (214,205,106). Sum of RGB (Red+Green+Blue) = 214+205+106=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD6A is #293295. Grayscale: #C4C4C4. Windows color (decimal): -2699926 or 6999510. OLE color: 6999510.

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

Color convert

RGB 214 205 106 -
CMYK 0 0.04 0.50 0.16
HSL 55º 0.57% 0.63% -
HSV(B) 55º 0.5% 0.84% -
XYZ 52.16 59 22.27 -
YUV 196.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 214 205 106 0 0.04 0.50 0.16 55 0.57 0.63
Hex D6 CD 6A 0 4 32 10 37 39 3F
Octal 326 315 152 0 4 62 20 67 71 77
Binary 11010110 11001101 1101010 0 100 110010 10000 110111 111001 111111

Color Harmonies of #D6CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CD6A

Black with #D6CD6A

Text Example


Text Example

White with #D6CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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