Html Css Color HEX #DEC328 Sunflower

📋 copy color: '#DEC328'

red 222 ◦ green 195 ◦ blue 40

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

Shades of Sunflower #DEC328

Tints of Sunflower #DEC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 48.58%
G = 42.67%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEC328 (or 0xDEC328) is known color: Sunflower. HEX triplet: DE, C3 and 28. RGB value is (222,195,40). Sum of RGB (Red+Green+Blue) = 222+195+40=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC328 is #213CD7. Grayscale: #BABABA. Windows color (decimal): -2178264 or 2671582. OLE color: 2671582.

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

Color convert

RGB 222 195 40 -
CMYK 0 0.12 0.82 0.13
HSL 51.1º 0.73% 0.51% -
HSV(B) 51.1º 0.82% 0.87% -
XYZ 50.02 54.71 9.93 -
YUV 185.4 45.95 154.1 -
System Red Green Blue C M Y K H S L
Decimal 222 195 40 0 0.12 0.82 0.13 51.1 0.73 0.51
Hex DE C3 28 0 C 52 D 33 49 33
Octal 336 303 50 0 14 122 15 63 111 63
Binary 11011110 11000011 101000 0 1100 1010010 1101 110011 1001001 110011

Color Harmonies of #DEC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC328

Black with #DEC328

Text Example


Text Example

White with #DEC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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