Html Css Color HEX #DEC00F Sunflower

📋 copy color: '#DEC00F'

red 222 ◦ green 192 ◦ blue 15

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

Shades of Sunflower #DEC00F

Tints of Sunflower #DEC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 51.75%
G = 44.76%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC00F (or 0xDEC00F) is known color: Sunflower. HEX triplet: DE, C0 and 0F. RGB value is (222,192,15). Sum of RGB (Red+Green+Blue) = 222+192+15=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC00F is #213FF0. Grayscale: #B5B5B5. Windows color (decimal): -2179057 or 1032414. OLE color: 1032414.

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

Color convert

RGB 222 192 15 -
CMYK 0 0.14 0.93 0.13
HSL 51.3º 0.87% 0.46% -
HSV(B) 51.3º 0.93% 0.87% -
XYZ 49.06 53.26 8.15 -
YUV 180.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 222 192 15 0 0.14 0.93 0.13 51.3 0.87 0.46
Hex DE C0 F 0 E 5D D 33 57 2E
Octal 336 300 17 0 16 135 15 63 127 56
Binary 11011110 11000000 1111 0 1110 1011101 1101 110011 1010111 101110

Color Harmonies of #DEC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC00F

Black with #DEC00F

Text Example


Text Example

White with #DEC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC00F; }

 p { color: rgb(222,192,15); }

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

background-color css

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

 a { background-color: rgb(222,192,15); }

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

border-color css

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

 span { border-color: rgb(222,192,15); }

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