Html Css Color HEX #DCE16A Goldenrod

📋 copy color: '#DCE16A'

red 220 ◦ green 225 ◦ blue 106

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

Shades of Goldenrod #DCE16A

Tints of Goldenrod #DCE16A

RGB

 RED value IS 220 (86.33% from 255) = 39.93%

 GREEN value IS 225 (88.28% from 255) = 40.83%

 BLUE value IS 106 (41.8% from 255) = 19.24%

R = 39.93%
G = 40.83%
B = 19.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#DCE16A (or 0xDCE16A) is known color: Goldenrod. HEX triplet: DC, E1 and 6A. RGB value is (220,225,106). Sum of RGB (Red+Green+Blue) = 220+225+106=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE16A is #231E95. Grayscale: #D2D2D2. Windows color (decimal): -2301590 or 7004636. OLE color: 7004636.

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

Color convert

RGB 220 225 106 -
CMYK 0.02 0 0.53 0.12
HSL 62.52º 0.66% 0.65% -
HSV(B) 62.52º 0.53% 0.88% -
XYZ 59.04 70.11 24.06 -
YUV 209.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 220 225 106 0.02 0 0.53 0.12 62.52 0.66 0.65
Hex DC E1 6A 2 0 35 C 3F 42 41
Octal 334 341 152 2 0 65 14 77 102 101
Binary 11011100 11100001 1101010 10 0 110101 1100 111111 1000010 1000001

Color Harmonies of #DCE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE16A

Black with #DCE16A

Text Example


Text Example

White with #DCE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE16A; }

 p { color: rgb(220,225,106); }

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

background-color css

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

 a { background-color: rgb(220,225,106); }

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

border-color css

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

 span { border-color: rgb(220,225,106); }

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