Html Css Color HEX #DEC325 Sunflower

📋 copy color: '#DEC325'

red 222 ◦ green 195 ◦ blue 37

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

Shades of Sunflower #DEC325

Tints of Sunflower #DEC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.15%

R = 48.9%
G = 42.95%
B = 8.15%

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

#DEC325 (or 0xDEC325) is known color: Sunflower. HEX triplet: DE, C3 and 25. RGB value is (222,195,37). Sum of RGB (Red+Green+Blue) = 222+195+37=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC325 is #213CDA. Grayscale: #B9B9B9. Windows color (decimal): -2178267 or 2474974. OLE color: 2474974.

HSL color Cylindrical-coordinate representation of color #DEC325: hue angle of 51.24º 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 #DEC325 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 37 -
CMYK 0 0.12 0.83 0.13
HSL 51.24º 0.74% 0.51% -
HSV(B) 51.24º 0.83% 0.87% -
XYZ 49.97 54.69 9.67 -
YUV 185.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 222 195 37 0 0.12 0.83 0.13 51.24 0.74 0.51
Hex DE C3 25 0 C 53 D 33 4A 33
Octal 336 303 45 0 14 123 15 63 112 63
Binary 11011110 11000011 100101 0 1100 1010011 1101 110011 1001010 110011

Color Harmonies of #DEC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC325

Black with #DEC325

Text Example


Text Example

White with #DEC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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