Html Css Color HEX #DF880C Gamboge

📋 copy color: '#DF880C'

red 223 ◦ green 136 ◦ blue 12

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

Shades of Gamboge #DF880C

Tints of Gamboge #DF880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 60.11%
G = 36.66%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF880C (or 0xDF880C) is known color: Gamboge. HEX triplet: DF, 88 and 0C. RGB value is (223,136,12). Sum of RGB (Red+Green+Blue) = 223+136+12=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF880C is #2077F3. Grayscale: #949494. Windows color (decimal): -2127860 or 821471. OLE color: 821471.

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

Color convert

RGB 223 136 12 -
CMYK 0 0.39 0.95 0.13
HSL 35.26º 0.9% 0.46% -
HSV(B) 35.26º 0.95% 0.87% -
XYZ 39.3 33.32 4.71 -
YUV 147.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 223 136 12 0 0.39 0.95 0.13 35.26 0.9 0.46
Hex DF 88 C 0 27 5F D 23 5A 2E
Octal 337 210 14 0 47 137 15 43 132 56
Binary 11011111 10001000 1100 0 100111 1011111 1101 100011 1011010 101110

Color Harmonies of #DF880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF880C

Black with #DF880C

Text Example


Text Example

White with #DF880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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