Html Css Color HEX #DEBA42 Tulip Tree

📋 copy color: '#DEBA42'

red 222 ◦ green 186 ◦ blue 66

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

Shades of Tulip Tree #DEBA42

Tints of Tulip Tree #DEBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

 BLUE value IS 66 (26.17% from 255) = 13.92%

R = 46.84%
G = 39.24%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEBA42 (or 0xDEBA42) is known color: Tulip Tree. HEX triplet: DE, BA and 42. RGB value is (222,186,66). Sum of RGB (Red+Green+Blue) = 222+186+66=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA42 is #2145BD. Grayscale: #B7B7B7. Windows color (decimal): -2180542 or 4373214. OLE color: 4373214.

HSL color Cylindrical-coordinate representation of color #DEBA42: hue angle of 46.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEBA42 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 66 -
CMYK 0 0.16 0.70 0.13
HSL 46.15º 0.7% 0.56% -
HSV(B) 46.15º 0.7% 0.87% -
XYZ 48.67 51.04 12.44 -
YUV 183.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 222 186 66 0 0.16 0.70 0.13 46.15 0.7 0.56
Hex DE BA 42 0 10 46 D 2E 46 38
Octal 336 272 102 0 20 106 15 56 106 70
Binary 11011110 10111010 1000010 0 10000 1000110 1101 101110 1000110 111000

Color Harmonies of #DEBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA42

Black with #DEBA42

Text Example


Text Example

White with #DEBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA42; }

 p { color: rgb(222,186,66); }

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

background-color css

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

 a { background-color: rgb(222,186,66); }

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

border-color css

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

 span { border-color: rgb(222,186,66); }

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