Html Css Color HEX #DEC323 Sunflower

📋 copy color: '#DEC323'

red 222 ◦ green 195 ◦ blue 35

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

Shades of Sunflower #DEC323

Tints of Sunflower #DEC323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.74%

R = 49.12%
G = 43.14%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEC323 (or 0xDEC323) is known color: Sunflower. HEX triplet: DE, C3 and 23. RGB value is (222,195,35). Sum of RGB (Red+Green+Blue) = 222+195+35=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC323 is #213CDC. Grayscale: #B9B9B9. Windows color (decimal): -2178269 or 2343902. OLE color: 2343902.

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

Color convert

RGB 222 195 35 -
CMYK 0 0.12 0.84 0.13
HSL 51.34º 0.74% 0.5% -
HSV(B) 51.34º 0.84% 0.87% -
XYZ 49.94 54.68 9.51 -
YUV 184.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 222 195 35 0 0.12 0.84 0.13 51.34 0.74 0.5
Hex DE C3 23 0 C 54 D 33 4A 32
Octal 336 303 43 0 14 124 15 63 112 62
Binary 11011110 11000011 100011 0 1100 1010100 1101 110011 1001010 110010

Color Harmonies of #DEC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC323

Black with #DEC323

Text Example


Text Example

White with #DEC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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