Html Css Color HEX #DEBE02 Sunflower

📋 copy color: '#DEBE02'

red 222 ◦ green 190 ◦ blue 2

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

Shades of Sunflower #DEBE02

Tints of Sunflower #DEBE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 53.62%
G = 45.89%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEBE02 (or 0xDEBE02) is known color: Sunflower. HEX triplet: DE, BE and 02. RGB value is (222,190,2). Sum of RGB (Red+Green+Blue) = 222+190+2=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBE02 is #2141FD. Grayscale: #B2B2B2. Windows color (decimal): -2179582 or 179934. OLE color: 179934.

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

Color convert

RGB 222 190 2 -
CMYK 0 0.14 0.99 0.13
HSL 51.27º 0.98% 0.44% -
HSV(B) 51.27º 0.99% 0.87% -
XYZ 48.55 52.36 7.61 -
YUV 178.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 222 190 2 0 0.14 0.99 0.13 51.27 0.98 0.44
Hex DE BE 2 0 E 63 D 33 62 2C
Octal 336 276 2 0 16 143 15 63 142 54
Binary 11011110 10111110 10 0 1110 1100011 1101 110011 1100010 101100

Color Harmonies of #DEBE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE02

Black with #DEBE02

Text Example


Text Example

White with #DEBE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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