Html Css Color HEX #DEC70C Sunflower

📋 copy color: '#DEC70C'

red 222 ◦ green 199 ◦ blue 12

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

Shades of Sunflower #DEC70C

Tints of Sunflower #DEC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.96%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 51.27%
G = 45.96%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEC70C (or 0xDEC70C) is known color: Sunflower. HEX triplet: DE, C7 and 0C. RGB value is (222,199,12). Sum of RGB (Red+Green+Blue) = 222+199+12=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC70C is #2138F3. Grayscale: #B9B9B9. Windows color (decimal): -2177268 or 837598. OLE color: 837598.

HSL color Cylindrical-coordinate representation of color #DEC70C: hue angle of 53.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC70C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 12 -
CMYK 0 0.10 0.95 0.13
HSL 53.43º 0.9% 0.46% -
HSV(B) 53.43º 0.95% 0.87% -
XYZ 50.61 56.4 8.57 -
YUV 184.56 30.62 154.71 -
System Red Green Blue C M Y K H S L
Decimal 222 199 12 0 0.10 0.95 0.13 53.43 0.9 0.46
Hex DE C7 C 0 A 5F D 35 5A 2E
Octal 336 307 14 0 12 137 15 65 132 56
Binary 11011110 11000111 1100 0 1010 1011111 1101 110101 1011010 101110

Color Harmonies of #DEC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC70C

Black with #DEC70C

Text Example


Text Example

White with #DEC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC70C; }

 p { color: rgb(222,199,12); }

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

background-color css

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

 a { background-color: rgb(222,199,12); }

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

border-color css

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

 span { border-color: rgb(222,199,12); }

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