Html Css Color HEX #DEC319 Sunflower

📋 copy color: '#DEC319'

red 222 ◦ green 195 ◦ blue 25

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

Shades of Sunflower #DEC319

Tints of Sunflower #DEC319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.66%

R = 50.23%
G = 44.12%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEC319 (or 0xDEC319) is known color: Sunflower. HEX triplet: DE, C3 and 19. RGB value is (222,195,25). Sum of RGB (Red+Green+Blue) = 222+195+25=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC319 is #213CE6. Grayscale: #B8B8B8. Windows color (decimal): -2178279 or 1688542. OLE color: 1688542.

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

Color convert

RGB 222 195 25 -
CMYK 0 0.12 0.89 0.13
HSL 51.78º 0.8% 0.48% -
HSV(B) 51.78º 0.89% 0.87% -
XYZ 49.81 54.63 8.84 -
YUV 183.69 38.45 155.32 -
System Red Green Blue C M Y K H S L
Decimal 222 195 25 0 0.12 0.89 0.13 51.78 0.8 0.48
Hex DE C3 19 0 C 59 D 34 50 30
Octal 336 303 31 0 14 131 15 64 120 60
Binary 11011110 11000011 11001 0 1100 1011001 1101 110100 1010000 110000

Color Harmonies of #DEC319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC319

Black with #DEC319

Text Example


Text Example

White with #DEC319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC319; }

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

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

background-color css

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

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

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

border-color css

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

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

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