Html Css Color HEX #DEC21B Sunflower

📋 copy color: '#DEC21B'

red 222 ◦ green 194 ◦ blue 27

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

Shades of Sunflower #DEC21B

Tints of Sunflower #DEC21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

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

R = 50.11%
G = 43.79%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEC21B (or 0xDEC21B) is known color: Sunflower. HEX triplet: DE, C2 and 1B. RGB value is (222,194,27). Sum of RGB (Red+Green+Blue) = 222+194+27=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC21B is #213DE4. Grayscale: #B8B8B8. Windows color (decimal): -2178533 or 1819358. OLE color: 1819358.

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

Color convert

RGB 222 194 27 -
CMYK 0 0.13 0.88 0.13
HSL 51.38º 0.78% 0.49% -
HSV(B) 51.38º 0.88% 0.87% -
XYZ 49.61 54.19 8.88 -
YUV 183.33 39.78 155.58 -
System Red Green Blue C M Y K H S L
Decimal 222 194 27 0 0.13 0.88 0.13 51.38 0.78 0.49
Hex DE C2 1B 0 D 58 D 33 4E 31
Octal 336 302 33 0 15 130 15 63 116 61
Binary 11011110 11000010 11011 0 1101 1011000 1101 110011 1001110 110001

Color Harmonies of #DEC21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC21B

Black with #DEC21B

Text Example


Text Example

White with #DEC21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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