Html Css Color HEX #DEC11B Sunflower

📋 copy color: '#DEC11B'

red 222 ◦ green 193 ◦ blue 27

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

Shades of Sunflower #DEC11B

Tints of Sunflower #DEC11B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

 BLUE value IS 27 (10.94% from 255) = 6.11%

R = 50.23%
G = 43.67%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEC11B (or 0xDEC11B) is known color: Sunflower. HEX triplet: DE, C1 and 1B. RGB value is (222,193,27). Sum of RGB (Red+Green+Blue) = 222+193+27=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC11B is #213EE4. Grayscale: #B7B7B7. Windows color (decimal): -2178789 or 1819102. OLE color: 1819102.

HSL color Cylindrical-coordinate representation of color #DEC11B: hue angle of 51.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEC11B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 27 -
CMYK 0 0.13 0.88 0.13
HSL 51.08º 0.78% 0.49% -
HSV(B) 51.08º 0.88% 0.87% -
XYZ 49.39 53.75 8.81 -
YUV 182.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 222 193 27 0 0.13 0.88 0.13 51.08 0.78 0.49
Hex DE C1 1B 0 D 58 D 33 4E 31
Octal 336 301 33 0 15 130 15 63 116 61
Binary 11011110 11000001 11011 0 1101 1011000 1101 110011 1001110 110001

Color Harmonies of #DEC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC11B

Black with #DEC11B

Text Example


Text Example

White with #DEC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC11B; }

 p { color: rgb(222,193,27); }

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

background-color css

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

 a { background-color: rgb(222,193,27); }

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

border-color css

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

 span { border-color: rgb(222,193,27); }

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