Html Css Color HEX #DF9C0E Gamboge

📋 copy color: '#DF9C0E'

red 223 ◦ green 156 ◦ blue 14

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

Shades of Gamboge #DF9C0E

Tints of Gamboge #DF9C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

 BLUE value IS 14 (5.86% from 255) = 3.56%

R = 56.74%
G = 39.69%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF9C0E (or 0xDF9C0E) is known color: Gamboge. HEX triplet: DF, 9C and 0E. RGB value is (223,156,14). Sum of RGB (Red+Green+Blue) = 223+156+14=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9C0E is #2063F1. Grayscale: #A0A0A0. Windows color (decimal): -2122738 or 957663. OLE color: 957663.

HSL color Cylindrical-coordinate representation of color #DF9C0E: hue angle of 40.77º degrees, saturation: 0.88, 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 #DF9C0E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 156 14 -
CMYK 0 0.30 0.94 0.13
HSL 40.77º 0.88% 0.46% -
HSV(B) 40.77º 0.94% 0.87% -
XYZ 42.4 39.5 5.8 -
YUV 159.85 45.7 173.05 -
System Red Green Blue C M Y K H S L
Decimal 223 156 14 0 0.30 0.94 0.13 40.77 0.88 0.46
Hex DF 9C E 0 1E 5E D 29 58 2E
Octal 337 234 16 0 36 136 15 51 130 56
Binary 11011111 10011100 1110 0 11110 1011110 1101 101001 1011000 101110

Color Harmonies of #DF9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C0E

Black with #DF9C0E

Text Example


Text Example

White with #DF9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C0E; }

 p { color: rgb(223,156,14); }

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

background-color css

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

 a { background-color: rgb(223,156,14); }

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

border-color css

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

 span { border-color: rgb(223,156,14); }

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