Html Css Color HEX #D4D275 Goldenrod

📋 copy color: '#D4D275'

red 212 ◦ green 210 ◦ blue 117

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

Shades of Goldenrod #D4D275

Tints of Goldenrod #D4D275

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

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

 BLUE value IS 117 (46.09% from 255) = 21.71%

R = 39.33%
G = 38.96%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4D275 (or 0xD4D275) is known color: Goldenrod. HEX triplet: D4, D2 and 75. RGB value is (212,210,117). Sum of RGB (Red+Green+Blue) = 212+210+117=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D275 is #2B2D8A. Grayscale: #C8C8C8. Windows color (decimal): -2829707 or 7721684. OLE color: 7721684.

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

Color convert

RGB 212 210 117 -
CMYK 0 0.01 0.45 0.17
HSL 58.74º 0.52% 0.65% -
HSV(B) 58.74º 0.45% 0.83% -
XYZ 53.41 61.37 25.86 -
YUV 200 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 212 210 117 0 0.01 0.45 0.17 58.74 0.52 0.65
Hex D4 D2 75 0 1 2D 11 3B 34 41
Octal 324 322 165 0 1 55 21 73 64 101
Binary 11010100 11010010 1110101 0 1 101101 10001 111011 110100 1000001

Color Harmonies of #D4D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D275

Black with #D4D275

Text Example


Text Example

White with #D4D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D275; }

 p { color: rgb(212,210,117); }

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

background-color css

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

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

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

border-color css

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

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

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