Html Css Color HEX #DEC71B Sunflower

📋 copy color: '#DEC71B'

red 222 ◦ green 199 ◦ blue 27

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

Shades of Sunflower #DEC71B

Tints of Sunflower #DEC71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.03%

R = 49.55%
G = 44.42%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEC71B (or 0xDEC71B) is known color: Sunflower. HEX triplet: DE, C7 and 1B. RGB value is (222,199,27). Sum of RGB (Red+Green+Blue) = 222+199+27=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC71B is #2138E4. Grayscale: #BABABA. Windows color (decimal): -2177253 or 1820638. OLE color: 1820638.

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

Color convert

RGB 222 199 27 -
CMYK 0 0.10 0.88 0.13
HSL 52.92º 0.78% 0.49% -
HSV(B) 52.92º 0.88% 0.87% -
XYZ 50.75 56.46 9.26 -
YUV 186.27 38.12 153.49 -
System Red Green Blue C M Y K H S L
Decimal 222 199 27 0 0.10 0.88 0.13 52.92 0.78 0.49
Hex DE C7 1B 0 A 58 D 35 4E 31
Octal 336 307 33 0 12 130 15 65 116 61
Binary 11011110 11000111 11011 0 1010 1011000 1101 110101 1001110 110001

Color Harmonies of #DEC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC71B

Black with #DEC71B

Text Example


Text Example

White with #DEC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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