Html Css Color HEX #DEC327 Sunflower

📋 copy color: '#DEC327'

red 222 ◦ green 195 ◦ blue 39

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

Shades of Sunflower #DEC327

Tints of Sunflower #DEC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.55%

R = 48.68%
G = 42.76%
B = 8.55%

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

#DEC327 (or 0xDEC327) is known color: Sunflower. HEX triplet: DE, C3 and 27. RGB value is (222,195,39). Sum of RGB (Red+Green+Blue) = 222+195+39=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC327 is #213CD8. Grayscale: #B9B9B9. Windows color (decimal): -2178265 or 2606046. OLE color: 2606046.

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

Color convert

RGB 222 195 39 -
CMYK 0 0.12 0.82 0.13
HSL 51.15º 0.73% 0.51% -
HSV(B) 51.15º 0.82% 0.87% -
XYZ 50.01 54.71 9.84 -
YUV 185.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 222 195 39 0 0.12 0.82 0.13 51.15 0.73 0.51
Hex DE C3 27 0 C 52 D 33 49 33
Octal 336 303 47 0 14 122 15 63 111 63
Binary 11011110 11000011 100111 0 1100 1010010 1101 110011 1001001 110011

Color Harmonies of #DEC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC327

Black with #DEC327

Text Example


Text Example

White with #DEC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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