Html Css Color HEX #D5E06C Goldenrod

📋 copy color: '#D5E06C'

red 213 ◦ green 224 ◦ blue 108

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

Shades of Goldenrod #D5E06C

Tints of Goldenrod #D5E06C

RGB

 RED value IS 213 (83.59% from 255) = 39.08%

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

 BLUE value IS 108 (42.58% from 255) = 19.82%

R = 39.08%
G = 41.1%
B = 19.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#D5E06C (or 0xD5E06C) is known color: Goldenrod. HEX triplet: D5, E0 and 6C. RGB value is (213,224,108). Sum of RGB (Red+Green+Blue) = 213+224+108=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E06C is #2A1F93. Grayscale: #CFCFCF. Windows color (decimal): -2760596 or 7135445. OLE color: 7135445.

HSL color Cylindrical-coordinate representation of color #D5E06C: hue angle of 65.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5E06C is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 108 -
CMYK 0.05 0 0.52 0.12
HSL 65.69º 0.65% 0.65% -
HSV(B) 65.69º 0.52% 0.88% -
XYZ 56.8 68.54 24.42 -
YUV 207.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 213 224 108 0.05 0 0.52 0.12 65.69 0.65 0.65
Hex D5 E0 6C 5 0 34 C 42 41 41
Octal 325 340 154 5 0 64 14 102 101 101
Binary 11010101 11100000 1101100 101 0 110100 1100 1000010 1000001 1000001

Color Harmonies of #D5E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E06C

Black with #D5E06C

Text Example


Text Example

White with #D5E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E06C; }

 p { color: rgb(213,224,108); }

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

background-color css

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

 a { background-color: rgb(213,224,108); }

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

border-color css

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

 span { border-color: rgb(213,224,108); }

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