Html Css Color HEX #DCE164 Goldenrod

📋 copy color: '#DCE164'

red 220 ◦ green 225 ◦ blue 100

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

Shades of Goldenrod #DCE164

Tints of Goldenrod #DCE164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 40.37%
G = 41.28%
B = 18.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#DCE164 (or 0xDCE164) is known color: Goldenrod. HEX triplet: DC, E1 and 64. RGB value is (220,225,100). Sum of RGB (Red+Green+Blue) = 220+225+100=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE164 is #231E9B. Grayscale: #D1D1D1. Windows color (decimal): -2301596 or 6611420. OLE color: 6611420.

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

Color convert

RGB 220 225 100 -
CMYK 0.02 0 0.56 0.12
HSL 62.4º 0.68% 0.64% -
HSV(B) 62.4º 0.56% 0.88% -
XYZ 58.74 69.99 22.47 -
YUV 209.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 220 225 100 0.02 0 0.56 0.12 62.4 0.68 0.64
Hex DC E1 64 2 0 38 C 3E 44 40
Octal 334 341 144 2 0 70 14 76 104 100
Binary 11011100 11100001 1100100 10 0 111000 1100 111110 1000100 1000000

Color Harmonies of #DCE164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE164

Black with #DCE164

Text Example


Text Example

White with #DCE164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE164; }

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

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

background-color css

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

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

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

border-color css

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

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

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