Html Css Color HEX #D1CB64 Goldenrod

📋 copy color: '#D1CB64'

red 209 ◦ green 203 ◦ blue 100

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

Shades of Goldenrod #D1CB64

Tints of Goldenrod #D1CB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 100 (39.45% from 255) = 19.53%

R = 40.82%
G = 39.65%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1CB64 (or 0xD1CB64) is known color: Goldenrod. HEX triplet: D1, CB and 64. RGB value is (209,203,100). Sum of RGB (Red+Green+Blue) = 209+203+100=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB64 is #2E349B. Grayscale: #C1C1C1. Windows color (decimal): -3028124 or 6605777. OLE color: 6605777.

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

Color convert

RGB 209 203 100 -
CMYK 0 0.03 0.52 0.18
HSL 56.7º 0.54% 0.61% -
HSV(B) 56.7º 0.52% 0.82% -
XYZ 49.95 57.19 20.46 -
YUV 193.05 75.49 139.38 -
System Red Green Blue C M Y K H S L
Decimal 209 203 100 0 0.03 0.52 0.18 56.7 0.54 0.61
Hex D1 CB 64 0 3 34 12 39 36 3D
Octal 321 313 144 0 3 64 22 71 66 75
Binary 11010001 11001011 1100100 0 11 110100 10010 111001 110110 111101

Color Harmonies of #D1CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CB64

Black with #D1CB64

Text Example


Text Example

White with #D1CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CB64; }

 p { color: rgb(209,203,100); }

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

background-color css

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

 a { background-color: rgb(209,203,100); }

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

border-color css

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

 span { border-color: rgb(209,203,100); }

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