Html Css Color HEX #DEC10B Sunflower

📋 copy color: '#DEC10B'

red 222 ◦ green 193 ◦ blue 11

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

Shades of Sunflower #DEC10B

Tints of Sunflower #DEC10B

RGB

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

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

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

R = 52.11%
G = 45.31%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEC10B (or 0xDEC10B) is known color: Sunflower. HEX triplet: DE, C1 and 0B. RGB value is (222,193,11). Sum of RGB (Red+Green+Blue) = 222+193+11=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC10B is #213EF4. Grayscale: #B5B5B5. Windows color (decimal): -2178805 or 770526. OLE color: 770526.

HSL color Cylindrical-coordinate representation of color #DEC10B: hue angle of 51.75º 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 #DEC10B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 11 -
CMYK 0 0.13 0.95 0.13
HSL 51.75º 0.91% 0.46% -
HSV(B) 51.75º 0.95% 0.87% -
XYZ 49.25 53.69 8.08 -
YUV 180.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 222 193 11 0 0.13 0.95 0.13 51.75 0.91 0.46
Hex DE C1 B 0 D 5F D 34 5B 2E
Octal 336 301 13 0 15 137 15 64 133 56
Binary 11011110 11000001 1011 0 1101 1011111 1101 110100 1011011 101110

Color Harmonies of #DEC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC10B

Black with #DEC10B

Text Example


Text Example

White with #DEC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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