Html Css Color HEX #D3D672 Goldenrod

📋 copy color: '#D3D672'

red 211 ◦ green 214 ◦ blue 114

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

Shades of Goldenrod #D3D672

Tints of Goldenrod #D3D672

RGB

 RED value IS 211 (82.81% from 255) = 39.15%

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

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 39.15%
G = 39.7%
B = 21.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D3D672 (or 0xD3D672) is known color: Goldenrod. HEX triplet: D3, D6 and 72. RGB value is (211,214,114). Sum of RGB (Red+Green+Blue) = 211+214+114=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D672 is #2C298D. Grayscale: #CACACA. Windows color (decimal): -2894222 or 7526099. OLE color: 7526099.

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

Color convert

RGB 211 214 114 -
CMYK 0.01 0 0.47 0.16
HSL 61.8º 0.55% 0.64% -
HSV(B) 61.8º 0.47% 0.84% -
XYZ 53.95 63.16 25.27 -
YUV 201.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 211 214 114 0.01 0 0.47 0.16 61.8 0.55 0.64
Hex D3 D6 72 1 0 2F 10 3E 37 40
Octal 323 326 162 1 0 57 20 76 67 100
Binary 11010011 11010110 1110010 1 0 101111 10000 111110 110111 1000000

Color Harmonies of #D3D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D672

Black with #D3D672

Text Example


Text Example

White with #D3D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D672; }

 p { color: rgb(211,214,114); }

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

background-color css

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

 a { background-color: rgb(211,214,114); }

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

border-color css

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

 span { border-color: rgb(211,214,114); }

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