Html Css Color HEX #D6D372 Goldenrod

📋 copy color: '#D6D372'

red 214 ◦ green 211 ◦ blue 114

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

Shades of Goldenrod #D6D372

Tints of Goldenrod #D6D372

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6D372 (or 0xD6D372) is known color: Goldenrod. HEX triplet: D6, D3 and 72. RGB value is (214,211,114). Sum of RGB (Red+Green+Blue) = 214+211+114=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D372 is #292C8D. Grayscale: #C9C9C9. Windows color (decimal): -2698382 or 7525334. OLE color: 7525334.

HSL color Cylindrical-coordinate representation of color #D6D372: hue angle of 58.2º 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 #D6D372 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 211 114 -
CMYK 0 0.01 0.47 0.16
HSL 58.2º 0.55% 0.64% -
HSV(B) 58.2º 0.47% 0.84% -
XYZ 54.06 62.1 25.06 -
YUV 200.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 214 211 114 0 0.01 0.47 0.16 58.2 0.55 0.64
Hex D6 D3 72 0 1 2F 10 3A 37 40
Octal 326 323 162 0 1 57 20 72 67 100
Binary 11010110 11010011 1110010 0 1 101111 10000 111010 110111 1000000

Color Harmonies of #D6D372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D372

Black with #D6D372

Text Example


Text Example

White with #D6D372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D372; }

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

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

background-color css

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

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

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

border-color css

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

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

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