Html Css Color HEX #D2DC62 Goldenrod

📋 copy color: '#D2DC62'

red 210 ◦ green 220 ◦ blue 98

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

Shades of Goldenrod #D2DC62

Tints of Goldenrod #D2DC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.56%

R = 39.77%
G = 41.67%
B = 18.56%

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

#D2DC62 (or 0xD2DC62) is known color: Goldenrod. HEX triplet: D2, DC and 62. RGB value is (210,220,98). Sum of RGB (Red+Green+Blue) = 210+220+98=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC62 is #2D239D. Grayscale: #CBCBCB. Windows color (decimal): -2958238 or 6479058. OLE color: 6479058.

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

Color convert

RGB 210 220 98 -
CMYK 0.05 0 0.55 0.14
HSL 64.92º 0.64% 0.62% -
HSV(B) 64.92º 0.55% 0.86% -
XYZ 54.38 65.77 21.38 -
YUV 203.1 68.69 132.92 -
System Red Green Blue C M Y K H S L
Decimal 210 220 98 0.05 0 0.55 0.14 64.92 0.64 0.62
Hex D2 DC 62 5 0 37 E 41 40 3E
Octal 322 334 142 5 0 67 16 101 100 76
Binary 11010010 11011100 1100010 101 0 110111 1110 1000001 1000000 111110

Color Harmonies of #D2DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC62

Black with #D2DC62

Text Example


Text Example

White with #D2DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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