Html Css Color HEX #DCE168 Goldenrod

📋 copy color: '#DCE168'

red 220 ◦ green 225 ◦ blue 104

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

Shades of Goldenrod #DCE168

Tints of Goldenrod #DCE168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.94%

R = 40.07%
G = 40.98%
B = 18.94%

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

#DCE168 (or 0xDCE168) is known color: Goldenrod. HEX triplet: DC, E1 and 68. RGB value is (220,225,104). Sum of RGB (Red+Green+Blue) = 220+225+104=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE168 is #231E97. Grayscale: #D2D2D2. Windows color (decimal): -2301592 or 6873564. OLE color: 6873564.

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

Color convert

RGB 220 225 104 -
CMYK 0.02 0 0.54 0.12
HSL 62.48º 0.67% 0.65% -
HSV(B) 62.48º 0.54% 0.88% -
XYZ 58.94 70.07 23.51 -
YUV 209.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 220 225 104 0.02 0 0.54 0.12 62.48 0.67 0.65
Hex DC E1 68 2 0 36 C 3E 43 41
Octal 334 341 150 2 0 66 14 76 103 101
Binary 11011100 11100001 1101000 10 0 110110 1100 111110 1000011 1000001

Color Harmonies of #DCE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE168

Black with #DCE168

Text Example


Text Example

White with #DCE168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE168; }

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

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

background-color css

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

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

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

border-color css

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

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

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