Html Css Color HEX #DF900C Gamboge

📋 copy color: '#DF900C'

red 223 ◦ green 144 ◦ blue 12

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

Shades of Gamboge #DF900C

Tints of Gamboge #DF900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 58.84%
G = 37.99%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF900C (or 0xDF900C) is known color: Gamboge. HEX triplet: DF, 90 and 0C. RGB value is (223,144,12). Sum of RGB (Red+Green+Blue) = 223+144+12=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF900C is #206FF3. Grayscale: #999999. Windows color (decimal): -2125812 or 823519. OLE color: 823519.

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

Color convert

RGB 223 144 12 -
CMYK 0 0.35 0.95 0.13
HSL 37.54º 0.9% 0.46% -
HSV(B) 37.54º 0.95% 0.87% -
XYZ 40.47 35.66 5.1 -
YUV 152.57 48.67 178.23 -
System Red Green Blue C M Y K H S L
Decimal 223 144 12 0 0.35 0.95 0.13 37.54 0.9 0.46
Hex DF 90 C 0 23 5F D 26 5A 2E
Octal 337 220 14 0 43 137 15 46 132 56
Binary 11011111 10010000 1100 0 100011 1011111 1101 100110 1011010 101110

Color Harmonies of #DF900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF900C

Black with #DF900C

Text Example


Text Example

White with #DF900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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