Html Css Color HEX #DCE26A Goldenrod

📋 copy color: '#DCE26A'

red 220 ◦ green 226 ◦ blue 106

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

Shades of Goldenrod #DCE26A

Tints of Goldenrod #DCE26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 39.86%
G = 40.94%
B = 19.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#DCE26A (or 0xDCE26A) is known color: Goldenrod. HEX triplet: DC, E2 and 6A. RGB value is (220,226,106). Sum of RGB (Red+Green+Blue) = 220+226+106=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE26A is #231D95. Grayscale: #D3D3D3. Windows color (decimal): -2301334 or 7004892. OLE color: 7004892.

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

Color convert

RGB 220 226 106 -
CMYK 0.03 0 0.53 0.11
HSL 63º 0.67% 0.65% -
HSV(B) 63º 0.53% 0.89% -
XYZ 59.31 70.65 24.15 -
YUV 210.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 220 226 106 0.03 0 0.53 0.11 63 0.67 0.65
Hex DC E2 6A 3 0 35 B 3F 43 41
Octal 334 342 152 3 0 65 13 77 103 101
Binary 11011100 11100010 1101010 11 0 110101 1011 111111 1000011 1000001

Color Harmonies of #DCE26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE26A

Black with #DCE26A

Text Example


Text Example

White with #DCE26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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