Html Css Color HEX #D2D76E Goldenrod

📋 copy color: '#D2D76E'

red 210 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #D2D76E

Tints of Goldenrod #D2D76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 39.25%
G = 40.19%
B = 20.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D2D76E (or 0xD2D76E) is known color: Goldenrod. HEX triplet: D2, D7 and 6E. RGB value is (210,215,110). Sum of RGB (Red+Green+Blue) = 210+215+110=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D76E is #2D2891. Grayscale: #C9C9C9. Windows color (decimal): -2959506 or 7264210. OLE color: 7264210.

HSL color Cylindrical-coordinate representation of color #D2D76E: hue angle of 62.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2D76E is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 110 -
CMYK 0.02 0 0.49 0.16
HSL 62.86º 0.57% 0.64% -
HSV(B) 62.86º 0.49% 0.84% -
XYZ 53.69 63.43 24.16 -
YUV 201.54 76.34 134.04 -
System Red Green Blue C M Y K H S L
Decimal 210 215 110 0.02 0 0.49 0.16 62.86 0.57 0.64
Hex D2 D7 6E 2 0 31 10 3F 39 40
Octal 322 327 156 2 0 61 20 77 71 100
Binary 11010010 11010111 1101110 10 0 110001 10000 111111 111001 1000000

Color Harmonies of #D2D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D76E

Black with #D2D76E

Text Example


Text Example

White with #D2D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D76E; }

 p { color: rgb(210,215,110); }

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

background-color css

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

 a { background-color: rgb(210,215,110); }

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

border-color css

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

 span { border-color: rgb(210,215,110); }

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