Html Css Color HEX #DCE065 Goldenrod

📋 copy color: '#DCE065'

red 220 ◦ green 224 ◦ blue 101

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

Shades of Goldenrod #DCE065

Tints of Goldenrod #DCE065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 40.37%
G = 41.1%
B = 18.53%

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

#DCE065 (or 0xDCE065) is known color: Goldenrod. HEX triplet: DC, E0 and 65. RGB value is (220,224,101). Sum of RGB (Red+Green+Blue) = 220+224+101=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE065 is #231F9A. Grayscale: #D1D1D1. Windows color (decimal): -2301851 or 6676700. OLE color: 6676700.

HSL color Cylindrical-coordinate representation of color #DCE065: hue angle of 61.95º degrees, saturation: 0.66, 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 #DCE065 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 101 -
CMYK 0.02 0 0.55 0.12
HSL 61.95º 0.66% 0.64% -
HSV(B) 61.95º 0.55% 0.88% -
XYZ 58.52 69.47 22.64 -
YUV 208.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 220 224 101 0.02 0 0.55 0.12 61.95 0.66 0.64
Hex DC E0 65 2 0 37 C 3E 42 40
Octal 334 340 145 2 0 67 14 76 102 100
Binary 11011100 11100000 1100101 10 0 110111 1100 111110 1000010 1000000

Color Harmonies of #DCE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE065

Black with #DCE065

Text Example


Text Example

White with #DCE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE065; }

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

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

background-color css

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

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

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

border-color css

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

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

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