Html Css Color HEX #DF880D Gamboge

📋 copy color: '#DF880D'

red 223 ◦ green 136 ◦ blue 13

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

Shades of Gamboge #DF880D

Tints of Gamboge #DF880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 59.95%
G = 36.56%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF880D (or 0xDF880D) is known color: Gamboge. HEX triplet: DF, 88 and 0D. RGB value is (223,136,13). Sum of RGB (Red+Green+Blue) = 223+136+13=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF880D is #2077F2. Grayscale: #949494. Windows color (decimal): -2127859 or 887007. OLE color: 887007.

HSL color Cylindrical-coordinate representation of color #DF880D: hue angle of 35.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF880D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 136 13 -
CMYK 0 0.39 0.94 0.13
HSL 35.14º 0.89% 0.46% -
HSV(B) 35.14º 0.94% 0.87% -
XYZ 39.31 33.33 4.74 -
YUV 147.99 51.82 181.5 -
System Red Green Blue C M Y K H S L
Decimal 223 136 13 0 0.39 0.94 0.13 35.14 0.89 0.46
Hex DF 88 D 0 27 5E D 23 59 2E
Octal 337 210 15 0 47 136 15 43 131 56
Binary 11011111 10001000 1101 0 100111 1011110 1101 100011 1011001 101110

Color Harmonies of #DF880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF880D

Black with #DF880D

Text Example


Text Example

White with #DF880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF880D; }

 p { color: rgb(223,136,13); }

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

background-color css

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

 a { background-color: rgb(223,136,13); }

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

border-color css

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

 span { border-color: rgb(223,136,13); }

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