Html Css Color HEX #D6E075 Goldenrod

📋 copy color: '#D6E075'

red 214 ◦ green 224 ◦ blue 117

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

Shades of Goldenrod #D6E075

Tints of Goldenrod #D6E075

RGB

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

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

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

R = 38.56%
G = 40.36%
B = 21.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#D6E075 (or 0xD6E075) is known color: Goldenrod. HEX triplet: D6, E0 and 75. RGB value is (214,224,117). Sum of RGB (Red+Green+Blue) = 214+224+117=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E075 is #291F8A. Grayscale: #D1D1D1. Windows color (decimal): -2695051 or 7725270. OLE color: 7725270.

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

Color convert

RGB 214 224 117 -
CMYK 0.04 0 0.48 0.12
HSL 65.61º 0.63% 0.67% -
HSV(B) 65.61º 0.48% 0.88% -
XYZ 57.6 68.89 27.09 -
YUV 208.81 76.19 131.7 -
System Red Green Blue C M Y K H S L
Decimal 214 224 117 0.04 0 0.48 0.12 65.61 0.63 0.67
Hex D6 E0 75 4 0 30 C 42 3F 43
Octal 326 340 165 4 0 60 14 102 77 103
Binary 11010110 11100000 1110101 100 0 110000 1100 1000010 111111 1000011

Color Harmonies of #D6E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E075

Black with #D6E075

Text Example


Text Example

White with #D6E075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E075; }

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

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

background-color css

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

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

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

border-color css

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

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

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