Html Css Color HEX #D1CA6E Goldenrod

📋 copy color: '#D1CA6E'

red 209 ◦ green 202 ◦ blue 110

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

Shades of Goldenrod #D1CA6E

Tints of Goldenrod #D1CA6E

RGB

 RED value IS 209 (82.03% from 255) = 40.12%

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 40.12%
G = 38.77%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1CA6E (or 0xD1CA6E) is known color: Goldenrod. HEX triplet: D1, CA and 6E. RGB value is (209,202,110). Sum of RGB (Red+Green+Blue) = 209+202+110=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA6E is #2E3591. Grayscale: #C1C1C1. Windows color (decimal): -3028370 or 7260881. OLE color: 7260881.

HSL color Cylindrical-coordinate representation of color #D1CA6E: hue angle of 55.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1CA6E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 110 -
CMYK 0 0.03 0.47 0.18
HSL 55.76º 0.52% 0.63% -
HSV(B) 55.76º 0.47% 0.82% -
XYZ 50.23 56.92 23.09 -
YUV 193.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 209 202 110 0 0.03 0.47 0.18 55.76 0.52 0.63
Hex D1 CA 6E 0 3 2F 12 38 34 3F
Octal 321 312 156 0 3 57 22 70 64 77
Binary 11010001 11001010 1101110 0 11 101111 10010 111000 110100 111111

Color Harmonies of #D1CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA6E

Black with #D1CA6E

Text Example


Text Example

White with #D1CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA6E; }

 p { color: rgb(209,202,110); }

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

background-color css

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

 a { background-color: rgb(209,202,110); }

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

border-color css

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

 span { border-color: rgb(209,202,110); }

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