Html Css Color HEX #D2D271 Goldenrod

📋 copy color: '#D2D271'

red 210 ◦ green 210 ◦ blue 113

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

Shades of Goldenrod #D2D271

Tints of Goldenrod #D2D271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 39.4%
G = 39.4%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2D271 (or 0xD2D271) is known color: Goldenrod. HEX triplet: D2, D2 and 71. RGB value is (210,210,113). Sum of RGB (Red+Green+Blue) = 210+210+113=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D271 is #2D2D8E. Grayscale: #C7C7C7. Windows color (decimal): -2960783 or 7459538. OLE color: 7459538.

HSL color Cylindrical-coordinate representation of color #D2D271: hue angle of 60º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2D271 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 210 113 -
CMYK 0 0 0.46 0.18
HSL 60º 0.52% 0.63% -
HSV(B) 60º 0.46% 0.82% -
XYZ 52.61 60.99 24.62 -
YUV 198.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 210 210 113 0 0 0.46 0.18 60 0.52 0.63
Hex D2 D2 71 0 0 2E 12 3C 34 3F
Octal 322 322 161 0 0 56 22 74 64 77
Binary 11010010 11010010 1110001 0 0 101110 10010 111100 110100 111111

Color Harmonies of #D2D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D271

Black with #D2D271

Text Example


Text Example

White with #D2D271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D271; }

 p { color: rgb(210,210,113); }

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

background-color css

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

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

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

border-color css

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

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

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