Html Css Color HEX #DEB940 Tulip Tree

📋 copy color: '#DEB940'

red 222 ◦ green 185 ◦ blue 64

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

Shades of Tulip Tree #DEB940

Tints of Tulip Tree #DEB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 47.13%
G = 39.28%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEB940 (or 0xDEB940) is known color: Tulip Tree. HEX triplet: DE, B9 and 40. RGB value is (222,185,64). Sum of RGB (Red+Green+Blue) = 222+185+64=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB940 is #2146BF. Grayscale: #B6B6B6. Windows color (decimal): -2180800 or 4241886. OLE color: 4241886.

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

Color convert

RGB 222 185 64 -
CMYK 0 0.17 0.71 0.13
HSL 45.95º 0.71% 0.56% -
HSV(B) 45.95º 0.71% 0.87% -
XYZ 48.4 50.6 12.07 -
YUV 182.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 222 185 64 0 0.17 0.71 0.13 45.95 0.71 0.56
Hex DE B9 40 0 11 47 D 2E 47 38
Octal 336 271 100 0 21 107 15 56 107 70
Binary 11011110 10111001 1000000 0 10001 1000111 1101 101110 1000111 111000

Color Harmonies of #DEB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB940

Black with #DEB940

Text Example


Text Example

White with #DEB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB940; }

 p { color: rgb(222,185,64); }

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

background-color css

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

 a { background-color: rgb(222,185,64); }

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

border-color css

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

 span { border-color: rgb(222,185,64); }

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