Html Css Color HEX #DEBC10 Sunflower

📋 copy color: '#DEBC10'

red 222 ◦ green 188 ◦ blue 16

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

Shades of Sunflower #DEBC10

Tints of Sunflower #DEBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 52.11%
G = 44.13%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEBC10 (or 0xDEBC10) is known color: Sunflower. HEX triplet: DE, BC and 10. RGB value is (222,188,16). Sum of RGB (Red+Green+Blue) = 222+188+16=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC10 is #2143EF. Grayscale: #B3B3B3. Windows color (decimal): -2180080 or 1096926. OLE color: 1096926.

HSL color Cylindrical-coordinate representation of color #DEBC10: hue angle of 50.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEBC10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 16 -
CMYK 0 0.15 0.93 0.13
HSL 50.1º 0.87% 0.47% -
HSV(B) 50.1º 0.93% 0.87% -
XYZ 48.2 51.53 7.9 -
YUV 178.56 36.26 158.99 -
System Red Green Blue C M Y K H S L
Decimal 222 188 16 0 0.15 0.93 0.13 50.1 0.87 0.47
Hex DE BC 10 0 F 5D D 32 57 2F
Octal 336 274 20 0 17 135 15 62 127 57
Binary 11011110 10111100 10000 0 1111 1011101 1101 110010 1010111 101111

Color Harmonies of #DEBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC10

Black with #DEBC10

Text Example


Text Example

White with #DEBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC10; }

 p { color: rgb(222,188,16); }

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

background-color css

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

 a { background-color: rgb(222,188,16); }

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

border-color css

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

 span { border-color: rgb(222,188,16); }

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