Html Css Color HEX #DEC60B Sunflower

📋 copy color: '#DEC60B'

red 222 ◦ green 198 ◦ blue 11

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

Shades of Sunflower #DEC60B

Tints of Sunflower #DEC60B

RGB

 RED value IS 222 (87.11% from 255) = 51.51%

 GREEN value IS 198 (77.73% from 255) = 45.94%

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 51.51%
G = 45.94%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEC60B (or 0xDEC60B) is known color: Sunflower. HEX triplet: DE, C6 and 0B. RGB value is (222,198,11). Sum of RGB (Red+Green+Blue) = 222+198+11=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC60B is #2139F4. Grayscale: #B8B8B8. Windows color (decimal): -2177525 or 771806. OLE color: 771806.

HSL color Cylindrical-coordinate representation of color #DEC60B: hue angle of 53.18º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC60B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 198 11 -
CMYK 0 0.11 0.95 0.13
HSL 53.18º 0.91% 0.46% -
HSV(B) 53.18º 0.95% 0.87% -
XYZ 50.38 55.94 8.46 -
YUV 183.86 30.45 155.21 -
System Red Green Blue C M Y K H S L
Decimal 222 198 11 0 0.11 0.95 0.13 53.18 0.91 0.46
Hex DE C6 B 0 B 5F D 35 5B 2E
Octal 336 306 13 0 13 137 15 65 133 56
Binary 11011110 11000110 1011 0 1011 1011111 1101 110101 1011011 101110

Color Harmonies of #DEC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC60B

Black with #DEC60B

Text Example


Text Example

White with #DEC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC60B; }

 p { color: rgb(222,198,11); }

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

background-color css

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

 a { background-color: rgb(222,198,11); }

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

border-color css

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

 span { border-color: rgb(222,198,11); }

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