Html Css Color HEX #D5CC64 Goldenrod

📋 copy color: '#D5CC64'

red 213 ◦ green 204 ◦ blue 100

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

Shades of Goldenrod #D5CC64

Tints of Goldenrod #D5CC64

RGB

 RED value IS 213 (83.59% from 255) = 41.2%

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

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

R = 41.2%
G = 39.46%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5CC64 (or 0xD5CC64) is known color: Goldenrod. HEX triplet: D5, CC and 64. RGB value is (213,204,100). Sum of RGB (Red+Green+Blue) = 213+204+100=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC64 is #2A339B. Grayscale: #C3C3C3. Windows color (decimal): -2765724 or 6606037. OLE color: 6606037.

HSL color Cylindrical-coordinate representation of color #D5CC64: hue angle of 55.22º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5CC64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 100 -
CMYK 0 0.04 0.53 0.16
HSL 55.22º 0.57% 0.61% -
HSV(B) 55.22º 0.53% 0.84% -
XYZ 51.33 58.25 20.59 -
YUV 194.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 213 204 100 0 0.04 0.53 0.16 55.22 0.57 0.61
Hex D5 CC 64 0 4 35 10 37 39 3D
Octal 325 314 144 0 4 65 20 67 71 75
Binary 11010101 11001100 1100100 0 100 110101 10000 110111 111001 111101

Color Harmonies of #D5CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC64

Black with #D5CC64

Text Example


Text Example

White with #D5CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC64; }

 p { color: rgb(213,204,100); }

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

background-color css

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

 a { background-color: rgb(213,204,100); }

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

border-color css

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

 span { border-color: rgb(213,204,100); }

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