Html Css Color HEX #D2D374 Goldenrod

📋 copy color: '#D2D374'

red 210 ◦ green 211 ◦ blue 116

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

Shades of Goldenrod #D2D374

Tints of Goldenrod #D2D374

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 39.11%
G = 39.29%
B = 21.6%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D2D374 (or 0xD2D374) is known color: Goldenrod. HEX triplet: D2, D3 and 74. RGB value is (210,211,116). Sum of RGB (Red+Green+Blue) = 210+211+116=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D374 is #2D2C8B. Grayscale: #C8C8C8. Windows color (decimal): -2960524 or 7656402. OLE color: 7656402.

HSL color Cylindrical-coordinate representation of color #D2D374: hue angle of 60.63º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D374 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 211 116 -
CMYK 0.00 0 0.45 0.17
HSL 60.63º 0.52% 0.64% -
HSV(B) 60.63º 0.45% 0.83% -
XYZ 53.02 61.55 25.61 -
YUV 199.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 210 211 116 0.00 0 0.45 0.17 60.63 0.52 0.64
Hex D2 D3 74 0 0 2D 11 3D 34 40
Octal 322 323 164 0 0 55 21 75 64 100
Binary 11010010 11010011 1110100 0 0 101101 10001 111101 110100 1000000

Color Harmonies of #D2D374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D374

Black with #D2D374

Text Example


Text Example

White with #D2D374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D374; }

 p { color: rgb(210,211,116); }

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

background-color css

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

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

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

border-color css

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

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

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