Html Css Color HEX #D6D072 Goldenrod

📋 copy color: '#D6D072'

red 214 ◦ green 208 ◦ blue 114

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

Shades of Goldenrod #D6D072

Tints of Goldenrod #D6D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 39.93%
G = 38.81%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6D072 (or 0xD6D072) is known color: Goldenrod. HEX triplet: D6, D0 and 72. RGB value is (214,208,114). Sum of RGB (Red+Green+Blue) = 214+208+114=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D072 is #292F8D. Grayscale: #C7C7C7. Windows color (decimal): -2699150 or 7524566. OLE color: 7524566.

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

Color convert

RGB 214 208 114 -
CMYK 0 0.03 0.47 0.16
HSL 56.4º 0.55% 0.64% -
HSV(B) 56.4º 0.47% 0.84% -
XYZ 53.32 60.62 24.81 -
YUV 199.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 214 208 114 0 0.03 0.47 0.16 56.4 0.55 0.64
Hex D6 D0 72 0 3 2F 10 38 37 40
Octal 326 320 162 0 3 57 20 70 67 100
Binary 11010110 11010000 1110010 0 11 101111 10000 111000 110111 1000000

Color Harmonies of #D6D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D072

Black with #D6D072

Text Example


Text Example

White with #D6D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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