Html Css Color HEX #DEBF22 Sunflower

📋 copy color: '#DEBF22'

red 222 ◦ green 191 ◦ blue 34

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

Shades of Sunflower #DEBF22

Tints of Sunflower #DEBF22

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 49.66%
G = 42.73%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEBF22 (or 0xDEBF22) is known color: Sunflower. HEX triplet: DE, BF and 22. RGB value is (222,191,34). Sum of RGB (Red+Green+Blue) = 222+191+34=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF22 is #2140DD. Grayscale: #B7B7B7. Windows color (decimal): -2179294 or 2277342. OLE color: 2277342.

HSL color Cylindrical-coordinate representation of color #DEBF22: hue angle of 50.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEBF22 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 191 34 -
CMYK 0 0.14 0.85 0.13
HSL 50.11º 0.74% 0.5% -
HSV(B) 50.11º 0.85% 0.87% -
XYZ 49.04 52.91 9.14 -
YUV 182.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 222 191 34 0 0.14 0.85 0.13 50.11 0.74 0.5
Hex DE BF 22 0 E 55 D 32 4A 32
Octal 336 277 42 0 16 125 15 62 112 62
Binary 11011110 10111111 100010 0 1110 1010101 1101 110010 1001010 110010

Color Harmonies of #DEBF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF22

Black with #DEBF22

Text Example


Text Example

White with #DEBF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF22; }

 p { color: rgb(222,191,34); }

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

background-color css

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

 a { background-color: rgb(222,191,34); }

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

border-color css

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

 span { border-color: rgb(222,191,34); }

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