Html Css Color HEX #DEC318 Sunflower

📋 copy color: '#DEC318'

red 222 ◦ green 195 ◦ blue 24

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

Shades of Sunflower #DEC318

Tints of Sunflower #DEC318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 50.34%
G = 44.22%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEC318 (or 0xDEC318) is known color: Sunflower. HEX triplet: DE, C3 and 18. RGB value is (222,195,24). Sum of RGB (Red+Green+Blue) = 222+195+24=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC318 is #213CE7. Grayscale: #B8B8B8. Windows color (decimal): -2178280 or 1623006. OLE color: 1623006.

HSL color Cylindrical-coordinate representation of color #DEC318: hue angle of 51.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEC318 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 24 -
CMYK 0 0.12 0.89 0.13
HSL 51.82º 0.8% 0.48% -
HSV(B) 51.82º 0.89% 0.87% -
XYZ 49.8 54.63 8.78 -
YUV 183.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 222 195 24 0 0.12 0.89 0.13 51.82 0.8 0.48
Hex DE C3 18 0 C 59 D 34 50 30
Octal 336 303 30 0 14 131 15 64 120 60
Binary 11011110 11000011 11000 0 1100 1011001 1101 110100 1010000 110000

Color Harmonies of #DEC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC318

Black with #DEC318

Text Example


Text Example

White with #DEC318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC318; }

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

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

background-color css

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

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

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

border-color css

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

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

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