Html Css Color HEX #DEBE1B Sunflower

📋 copy color: '#DEBE1B'

red 222 ◦ green 190 ◦ blue 27

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

Shades of Sunflower #DEBE1B

Tints of Sunflower #DEBE1B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

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

R = 50.57%
G = 43.28%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEBE1B (or 0xDEBE1B) is known color: Sunflower. HEX triplet: DE, BE and 1B. RGB value is (222,190,27). Sum of RGB (Red+Green+Blue) = 222+190+27=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE1B is #2141E4. Grayscale: #B5B5B5. Windows color (decimal): -2179557 or 1818334. OLE color: 1818334.

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

Color convert

RGB 222 190 27 -
CMYK 0 0.14 0.88 0.13
HSL 50.15º 0.78% 0.49% -
HSV(B) 50.15º 0.88% 0.87% -
XYZ 48.74 52.44 8.59 -
YUV 180.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 222 190 27 0 0.14 0.88 0.13 50.15 0.78 0.49
Hex DE BE 1B 0 E 58 D 32 4E 31
Octal 336 276 33 0 16 130 15 62 116 61
Binary 11011110 10111110 11011 0 1110 1011000 1101 110010 1001110 110001

Color Harmonies of #DEBE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE1B

Black with #DEBE1B

Text Example


Text Example

White with #DEBE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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