Html Css Color HEX #DCE066 Goldenrod

📋 copy color: '#DCE066'

red 220 ◦ green 224 ◦ blue 102

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

Shades of Goldenrod #DCE066

Tints of Goldenrod #DCE066

RGB

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

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

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

R = 40.29%
G = 41.03%
B = 18.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#DCE066 (or 0xDCE066) is known color: Goldenrod. HEX triplet: DC, E0 and 66. RGB value is (220,224,102). Sum of RGB (Red+Green+Blue) = 220+224+102=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE066 is #231F99. Grayscale: #D1D1D1. Windows color (decimal): -2301850 or 6742236. OLE color: 6742236.

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

Color convert

RGB 220 224 102 -
CMYK 0.02 0 0.54 0.12
HSL 61.97º 0.66% 0.64% -
HSV(B) 61.97º 0.54% 0.88% -
XYZ 58.57 69.49 22.9 -
YUV 208.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 220 224 102 0.02 0 0.54 0.12 61.97 0.66 0.64
Hex DC E0 66 2 0 36 C 3E 42 40
Octal 334 340 146 2 0 66 14 76 102 100
Binary 11011100 11100000 1100110 10 0 110110 1100 111110 1000010 1000000

Color Harmonies of #DCE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE066

Black with #DCE066

Text Example


Text Example

White with #DCE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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