Html Css Color HEX #D1CA6D Goldenrod

📋 copy color: '#D1CA6D'

red 209 ◦ green 202 ◦ blue 109

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

Shades of Goldenrod #D1CA6D

Tints of Goldenrod #D1CA6D

RGB

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

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

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

R = 40.19%
G = 38.85%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1CA6D (or 0xD1CA6D) is known color: Goldenrod. HEX triplet: D1, CA and 6D. RGB value is (209,202,109). Sum of RGB (Red+Green+Blue) = 209+202+109=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA6D is #2E3592. Grayscale: #C1C1C1. Windows color (decimal): -3028371 or 7195345. OLE color: 7195345.

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

Color convert

RGB 209 202 109 -
CMYK 0 0.03 0.48 0.18
HSL 55.8º 0.52% 0.62% -
HSV(B) 55.8º 0.48% 0.82% -
XYZ 50.18 56.9 22.81 -
YUV 193.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 209 202 109 0 0.03 0.48 0.18 55.8 0.52 0.62
Hex D1 CA 6D 0 3 30 12 38 34 3E
Octal 321 312 155 0 3 60 22 70 64 76
Binary 11010001 11001010 1101101 0 11 110000 10010 111000 110100 111110

Color Harmonies of #D1CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CA6D

Black with #D1CA6D

Text Example


Text Example

White with #D1CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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