Html Css Color HEX #D1CC68 Goldenrod

📋 copy color: '#D1CC68'

red 209 ◦ green 204 ◦ blue 104

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

Shades of Goldenrod #D1CC68

Tints of Goldenrod #D1CC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.12%

R = 40.43%
G = 39.46%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1CC68 (or 0xD1CC68) is known color: Goldenrod. HEX triplet: D1, CC and 68. RGB value is (209,204,104). Sum of RGB (Red+Green+Blue) = 209+204+104=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC68 is #2E3397. Grayscale: #C2C2C2. Windows color (decimal): -3027864 or 6868177. OLE color: 6868177.

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

Color convert

RGB 209 204 104 -
CMYK 0 0.02 0.50 0.18
HSL 57.14º 0.53% 0.61% -
HSV(B) 57.14º 0.5% 0.82% -
XYZ 50.39 57.74 21.59 -
YUV 194.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 209 204 104 0 0.02 0.50 0.18 57.14 0.53 0.61
Hex D1 CC 68 0 2 32 12 39 35 3D
Octal 321 314 150 0 2 62 22 71 65 75
Binary 11010001 11001100 1101000 0 10 110010 10010 111001 110101 111101

Color Harmonies of #D1CC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC68

Black with #D1CC68

Text Example


Text Example

White with #D1CC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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