Html Css Color HEX #DCE069 Goldenrod

📋 copy color: '#DCE069'

red 220 ◦ green 224 ◦ blue 105

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

Shades of Goldenrod #DCE069

Tints of Goldenrod #DCE069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.13%

R = 40.07%
G = 40.8%
B = 19.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#DCE069 (or 0xDCE069) is known color: Goldenrod. HEX triplet: DC, E0 and 69. RGB value is (220,224,105). Sum of RGB (Red+Green+Blue) = 220+224+105=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE069 is #231F96. Grayscale: #D1D1D1. Windows color (decimal): -2301847 or 6938844. OLE color: 6938844.

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

Color convert

RGB 220 224 105 -
CMYK 0.02 0 0.53 0.12
HSL 62.02º 0.66% 0.65% -
HSV(B) 62.02º 0.53% 0.88% -
XYZ 58.72 69.55 23.69 -
YUV 209.24 69.17 135.68 -
System Red Green Blue C M Y K H S L
Decimal 220 224 105 0.02 0 0.53 0.12 62.02 0.66 0.65
Hex DC E0 69 2 0 35 C 3E 42 41
Octal 334 340 151 2 0 65 14 76 102 101
Binary 11011100 11100000 1101001 10 0 110101 1100 111110 1000010 1000001

Color Harmonies of #DCE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE069

Black with #DCE069

Text Example


Text Example

White with #DCE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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