Html Css Color HEX #DF890F Gamboge

📋 copy color: '#DF890F'

red 223 ◦ green 137 ◦ blue 15

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

Shades of Gamboge #DF890F

Tints of Gamboge #DF890F

RGB

 RED value IS 223 (87.5% from 255) = 59.47%

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 15 (6.25% from 255) = 4%

R = 59.47%
G = 36.53%
B = 4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF890F (or 0xDF890F) is known color: Gamboge. HEX triplet: DF, 89 and 0F. RGB value is (223,137,15). Sum of RGB (Red+Green+Blue) = 223+137+15=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF890F is #2076F0. Grayscale: #959595. Windows color (decimal): -2127601 or 1018335. OLE color: 1018335.

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

Color convert

RGB 223 137 15 -
CMYK 0 0.39 0.93 0.13
HSL 35.19º 0.87% 0.47% -
HSV(B) 35.19º 0.93% 0.87% -
XYZ 39.46 33.61 4.86 -
YUV 148.81 52.49 180.92 -
System Red Green Blue C M Y K H S L
Decimal 223 137 15 0 0.39 0.93 0.13 35.19 0.87 0.47
Hex DF 89 F 0 27 5D D 23 57 2F
Octal 337 211 17 0 47 135 15 43 127 57
Binary 11011111 10001001 1111 0 100111 1011101 1101 100011 1010111 101111

Color Harmonies of #DF890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF890F

Black with #DF890F

Text Example


Text Example

White with #DF890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF890F; }

 p { color: rgb(223,137,15); }

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

background-color css

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

 a { background-color: rgb(223,137,15); }

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

border-color css

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

 span { border-color: rgb(223,137,15); }

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