Html Css Color HEX #DCE265 Goldenrod

📋 copy color: '#DCE265'

red 220 ◦ green 226 ◦ blue 101

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

Shades of Goldenrod #DCE265

Tints of Goldenrod #DCE265

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.32%

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

R = 40.22%
G = 41.32%
B = 18.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#DCE265 (or 0xDCE265) is known color: Goldenrod. HEX triplet: DC, E2 and 65. RGB value is (220,226,101). Sum of RGB (Red+Green+Blue) = 220+226+101=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE265 is #231D9A. Grayscale: #D2D2D2. Windows color (decimal): -2301339 or 6677212. OLE color: 6677212.

HSL color Cylindrical-coordinate representation of color #DCE265: hue angle of 62.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCE265 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 101 -
CMYK 0.03 0 0.55 0.11
HSL 62.88º 0.68% 0.64% -
HSV(B) 62.88º 0.55% 0.89% -
XYZ 59.06 70.55 22.82 -
YUV 209.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 220 226 101 0.03 0 0.55 0.11 62.88 0.68 0.64
Hex DC E2 65 3 0 37 B 3F 44 40
Octal 334 342 145 3 0 67 13 77 104 100
Binary 11011100 11100010 1100101 11 0 110111 1011 111111 1000100 1000000

Color Harmonies of #DCE265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE265

Black with #DCE265

Text Example


Text Example

White with #DCE265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE265; }

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

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

background-color css

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

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

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

border-color css

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

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

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