Html Css Color HEX #D2DC65 Goldenrod

📋 copy color: '#D2DC65'

red 210 ◦ green 220 ◦ blue 101

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

Shades of Goldenrod #D2DC65

Tints of Goldenrod #D2DC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.02%

R = 39.55%
G = 41.43%
B = 19.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#D2DC65 (or 0xD2DC65) is known color: Goldenrod. HEX triplet: D2, DC and 65. RGB value is (210,220,101). Sum of RGB (Red+Green+Blue) = 210+220+101=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC65 is #2D239A. Grayscale: #CBCBCB. Windows color (decimal): -2958235 or 6675666. OLE color: 6675666.

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

Color convert

RGB 210 220 101 -
CMYK 0.05 0 0.54 0.14
HSL 65.04º 0.63% 0.63% -
HSV(B) 65.04º 0.54% 0.86% -
XYZ 54.52 65.83 22.14 -
YUV 203.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 210 220 101 0.05 0 0.54 0.14 65.04 0.63 0.63
Hex D2 DC 65 5 0 36 E 41 3F 3F
Octal 322 334 145 5 0 66 16 101 77 77
Binary 11010010 11011100 1100101 101 0 110110 1110 1000001 111111 111111

Color Harmonies of #D2DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC65

Black with #D2DC65

Text Example


Text Example

White with #D2DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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