Html Css Color HEX #DEC326 Sunflower

📋 copy color: '#DEC326'

red 222 ◦ green 195 ◦ blue 38

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

Shades of Sunflower #DEC326

Tints of Sunflower #DEC326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.35%

R = 48.79%
G = 42.86%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEC326 (or 0xDEC326) is known color: Sunflower. HEX triplet: DE, C3 and 26. RGB value is (222,195,38). Sum of RGB (Red+Green+Blue) = 222+195+38=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC326 is #213CD9. Grayscale: #B9B9B9. Windows color (decimal): -2178266 or 2540510. OLE color: 2540510.

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

Color convert

RGB 222 195 38 -
CMYK 0 0.12 0.83 0.13
HSL 51.2º 0.74% 0.51% -
HSV(B) 51.2º 0.83% 0.87% -
XYZ 49.99 54.7 9.76 -
YUV 185.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 222 195 38 0 0.12 0.83 0.13 51.2 0.74 0.51
Hex DE C3 26 0 C 53 D 33 4A 33
Octal 336 303 46 0 14 123 15 63 112 63
Binary 11011110 11000011 100110 0 1100 1010011 1101 110011 1001010 110011

Color Harmonies of #DEC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC326

Black with #DEC326

Text Example


Text Example

White with #DEC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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