Html Css Color HEX #D7DC64 Goldenrod

📋 copy color: '#D7DC64'

red 215 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #D7DC64

Tints of Goldenrod #D7DC64

RGB

 RED value IS 215 (84.38% from 255) = 40.19%

 GREEN value IS 220 (86.33% from 255) = 41.12%

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

R = 40.19%
G = 41.12%
B = 18.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D7DC64 (or 0xD7DC64) is known color: Goldenrod. HEX triplet: D7, DC and 64. RGB value is (215,220,100). Sum of RGB (Red+Green+Blue) = 215+220+100=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DC64 is #28239B. Grayscale: #CDCDCD. Windows color (decimal): -2630556 or 6610135. OLE color: 6610135.

HSL color Cylindrical-coordinate representation of color #D7DC64: hue angle of 62.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7DC64 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 100 -
CMYK 0.02 0 0.55 0.14
HSL 62.5º 0.63% 0.63% -
HSV(B) 62.5º 0.55% 0.86% -
XYZ 55.92 66.55 21.96 -
YUV 204.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 215 220 100 0.02 0 0.55 0.14 62.5 0.63 0.63
Hex D7 DC 64 2 0 37 E 3F 3F 3F
Octal 327 334 144 2 0 67 16 77 77 77
Binary 11010111 11011100 1100100 10 0 110111 1110 111111 111111 111111

Color Harmonies of #D7DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC64

Black with #D7DC64

Text Example


Text Example

White with #D7DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC64; }

 p { color: rgb(215,220,100); }

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

background-color css

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

 a { background-color: rgb(215,220,100); }

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

border-color css

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

 span { border-color: rgb(215,220,100); }

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