Html Css Color HEX #DCE166 Goldenrod

📋 copy color: '#DCE166'

red 220 ◦ green 225 ◦ blue 102

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

Shades of Goldenrod #DCE166

Tints of Goldenrod #DCE166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 40.22%
G = 41.13%
B = 18.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#DCE166 (or 0xDCE166) is known color: Goldenrod. HEX triplet: DC, E1 and 66. RGB value is (220,225,102). Sum of RGB (Red+Green+Blue) = 220+225+102=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE166 is #231E99. Grayscale: #D1D1D1. Windows color (decimal): -2301594 or 6742492. OLE color: 6742492.

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

Color convert

RGB 220 225 102 -
CMYK 0.02 0 0.55 0.12
HSL 62.44º 0.67% 0.64% -
HSV(B) 62.44º 0.55% 0.88% -
XYZ 58.84 70.03 22.99 -
YUV 209.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 220 225 102 0.02 0 0.55 0.12 62.44 0.67 0.64
Hex DC E1 66 2 0 37 C 3E 43 40
Octal 334 341 146 2 0 67 14 76 103 100
Binary 11011100 11100001 1100110 10 0 110111 1100 111110 1000011 1000000

Color Harmonies of #DCE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE166

Black with #DCE166

Text Example


Text Example

White with #DCE166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE166; }

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

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

background-color css

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

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

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

border-color css

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

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

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