Html Css Color HEX #D2DC66 Goldenrod

📋 copy color: '#D2DC66'

red 210 ◦ green 220 ◦ blue 102

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

Shades of Goldenrod #D2DC66

Tints of Goldenrod #D2DC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.17%

R = 39.47%
G = 41.35%
B = 19.17%

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

#D2DC66 (or 0xD2DC66) is known color: Goldenrod. HEX triplet: D2, DC and 66. RGB value is (210,220,102). Sum of RGB (Red+Green+Blue) = 210+220+102=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC66 is #2D2399. Grayscale: #CCCCCC. Windows color (decimal): -2958234 or 6741202. OLE color: 6741202.

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

Color convert

RGB 210 220 102 -
CMYK 0.05 0 0.54 0.14
HSL 65.08º 0.63% 0.63% -
HSV(B) 65.08º 0.54% 0.86% -
XYZ 54.57 65.85 22.4 -
YUV 203.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 210 220 102 0.05 0 0.54 0.14 65.08 0.63 0.63
Hex D2 DC 66 5 0 36 E 41 3F 3F
Octal 322 334 146 5 0 66 16 101 77 77
Binary 11010010 11011100 1100110 101 0 110110 1110 1000001 111111 111111

Color Harmonies of #D2DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DC66

Black with #D2DC66

Text Example


Text Example

White with #D2DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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