Html Css Color HEX #D6E073 Goldenrod

📋 copy color: '#D6E073'

red 214 ◦ green 224 ◦ blue 115

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

Shades of Goldenrod #D6E073

Tints of Goldenrod #D6E073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 115 (45.31% from 255) = 20.8%

R = 38.7%
G = 40.51%
B = 20.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#D6E073 (or 0xD6E073) is known color: Goldenrod. HEX triplet: D6, E0 and 73. RGB value is (214,224,115). Sum of RGB (Red+Green+Blue) = 214+224+115=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E073 is #291F8C. Grayscale: #D1D1D1. Windows color (decimal): -2695053 or 7594198. OLE color: 7594198.

HSL color Cylindrical-coordinate representation of color #D6E073: hue angle of 65.5º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6E073 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 115 -
CMYK 0.04 0 0.49 0.12
HSL 65.5º 0.64% 0.66% -
HSV(B) 65.5º 0.49% 0.88% -
XYZ 57.48 68.85 26.48 -
YUV 208.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 214 224 115 0.04 0 0.49 0.12 65.5 0.64 0.66
Hex D6 E0 73 4 0 31 C 42 40 42
Octal 326 340 163 4 0 61 14 102 100 102
Binary 11010110 11100000 1110011 100 0 110001 1100 1000010 1000000 1000010

Color Harmonies of #D6E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E073

Black with #D6E073

Text Example


Text Example

White with #D6E073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E073; }

 p { color: rgb(214,224,115); }

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

background-color css

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

 a { background-color: rgb(214,224,115); }

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

border-color css

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

 span { border-color: rgb(214,224,115); }

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