Html Css Color HEX #DEC329 Sunflower

📋 copy color: '#DEC329'

red 222 ◦ green 195 ◦ blue 41

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

Shades of Sunflower #DEC329

Tints of Sunflower #DEC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.95%

R = 48.47%
G = 42.58%
B = 8.95%

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

#DEC329 (or 0xDEC329) is known color: Sunflower. HEX triplet: DE, C3 and 29. RGB value is (222,195,41). Sum of RGB (Red+Green+Blue) = 222+195+41=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC329 is #213CD6. Grayscale: #BABABA. Windows color (decimal): -2178263 or 2737118. OLE color: 2737118.

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

Color convert

RGB 222 195 41 -
CMYK 0 0.12 0.82 0.13
HSL 51.05º 0.73% 0.52% -
HSV(B) 51.05º 0.82% 0.87% -
XYZ 50.04 54.72 10.02 -
YUV 185.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 222 195 41 0 0.12 0.82 0.13 51.05 0.73 0.52
Hex DE C3 29 0 C 52 D 33 49 34
Octal 336 303 51 0 14 122 15 63 111 64
Binary 11011110 11000011 101001 0 1100 1010010 1101 110011 1001001 110100

Color Harmonies of #DEC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC329

Black with #DEC329

Text Example


Text Example

White with #DEC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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