Html Css Color HEX #DEC30F Sunflower

📋 copy color: '#DEC30F'

red 222 ◦ green 195 ◦ blue 15

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

Shades of Sunflower #DEC30F

Tints of Sunflower #DEC30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.14%

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

R = 51.39%
G = 45.14%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEC30F (or 0xDEC30F) is known color: Sunflower. HEX triplet: DE, C3 and 0F. RGB value is (222,195,15). Sum of RGB (Red+Green+Blue) = 222+195+15=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC30F is #213CF0. Grayscale: #B7B7B7. Windows color (decimal): -2178289 or 1033182. OLE color: 1033182.

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

Color convert

RGB 222 195 15 -
CMYK 0 0.12 0.93 0.13
HSL 52.17º 0.87% 0.46% -
HSV(B) 52.17º 0.93% 0.87% -
XYZ 49.73 54.59 8.37 -
YUV 182.55 33.45 156.14 -
System Red Green Blue C M Y K H S L
Decimal 222 195 15 0 0.12 0.93 0.13 52.17 0.87 0.46
Hex DE C3 F 0 C 5D D 34 57 2E
Octal 336 303 17 0 14 135 15 64 127 56
Binary 11011110 11000011 1111 0 1100 1011101 1101 110100 1010111 101110

Color Harmonies of #DEC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC30F

Black with #DEC30F

Text Example


Text Example

White with #DEC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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