Html Css Color HEX #D2DC64 Goldenrod

📋 copy color: '#D2DC64'

red 210 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #D2DC64

Tints of Goldenrod #D2DC64

RGB

 RED value IS 210 (82.42% from 255) = 39.62%

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

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

R = 39.62%
G = 41.51%
B = 18.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#D2DC64 (or 0xD2DC64) is known color: Goldenrod. HEX triplet: D2, DC and 64. RGB value is (210,220,100). Sum of RGB (Red+Green+Blue) = 210+220+100=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC64 is #2D239B. Grayscale: #CBCBCB. Windows color (decimal): -2958236 or 6610130. OLE color: 6610130.

HSL color Cylindrical-coordinate representation of color #D2DC64: hue angle of 65º 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 #D2DC64 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 100 -
CMYK 0.05 0 0.55 0.14
HSL 65º 0.63% 0.63% -
HSV(B) 65º 0.55% 0.86% -
XYZ 54.47 65.81 21.89 -
YUV 203.33 69.69 132.76 -
System Red Green Blue C M Y K H S L
Decimal 210 220 100 0.05 0 0.55 0.14 65 0.63 0.63
Hex D2 DC 64 5 0 37 E 41 3F 3F
Octal 322 334 144 5 0 67 16 101 77 77
Binary 11010010 11011100 1100100 101 0 110111 1110 1000001 111111 111111

Color Harmonies of #D2DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC64

Black with #D2DC64

Text Example


Text Example

White with #D2DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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