Html Css Color HEX #D1CC62 Goldenrod

📋 copy color: '#D1CC62'

red 209 ◦ green 204 ◦ blue 98

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

Shades of Goldenrod #D1CC62

Tints of Goldenrod #D1CC62

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 98 (38.67% from 255) = 19.18%

R = 40.9%
G = 39.92%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1CC62 (or 0xD1CC62) is known color: Goldenrod. HEX triplet: D1, CC and 62. RGB value is (209,204,98). Sum of RGB (Red+Green+Blue) = 209+204+98=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC62 is #2E339D. Grayscale: #C1C1C1. Windows color (decimal): -3027870 or 6474961. OLE color: 6474961.

HSL color Cylindrical-coordinate representation of color #D1CC62: hue angle of 57.3º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1CC62 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 204 98 -
CMYK 0 0.02 0.53 0.18
HSL 57.3º 0.55% 0.6% -
HSV(B) 57.3º 0.53% 0.82% -
XYZ 50.09 57.62 20.04 -
YUV 193.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 209 204 98 0 0.02 0.53 0.18 57.3 0.55 0.6
Hex D1 CC 62 0 2 35 12 39 37 3C
Octal 321 314 142 0 2 65 22 71 67 74
Binary 11010001 11001100 1100010 0 10 110101 10010 111001 110111 111100

Color Harmonies of #D1CC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC62

Black with #D1CC62

Text Example


Text Example

White with #D1CC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC62; }

 p { color: rgb(209,204,98); }

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

background-color css

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

 a { background-color: rgb(209,204,98); }

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

border-color css

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

 span { border-color: rgb(209,204,98); }

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