Html Css Color HEX #D4D675 Goldenrod

📋 copy color: '#D4D675'

red 212 ◦ green 214 ◦ blue 117

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

Shades of Goldenrod #D4D675

Tints of Goldenrod #D4D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.41%

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

R = 39.04%
G = 39.41%
B = 21.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D4D675 (or 0xD4D675) is known color: Goldenrod. HEX triplet: D4, D6 and 75. RGB value is (212,214,117). Sum of RGB (Red+Green+Blue) = 212+214+117=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D675 is #2B298A. Grayscale: #CACACA. Windows color (decimal): -2828683 or 7722708. OLE color: 7722708.

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

Color convert

RGB 212 214 117 -
CMYK 0.01 0 0.45 0.16
HSL 61.24º 0.54% 0.65% -
HSV(B) 61.24º 0.45% 0.84% -
XYZ 54.41 63.37 26.19 -
YUV 202.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 212 214 117 0.01 0 0.45 0.16 61.24 0.54 0.65
Hex D4 D6 75 1 0 2D 10 3D 36 41
Octal 324 326 165 1 0 55 20 75 66 101
Binary 11010100 11010110 1110101 1 0 101101 10000 111101 110110 1000001

Color Harmonies of #D4D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D675

Black with #D4D675

Text Example


Text Example

White with #D4D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D675; }

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

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

background-color css

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

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

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

border-color css

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

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

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