Html Css Color HEX #DF9D03 Gamboge

📋 copy color: '#DF9D03'

red 223 ◦ green 157 ◦ blue 3

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

Shades of Gamboge #DF9D03

Tints of Gamboge #DF9D03

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 58.22%
G = 40.99%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9D03 (or 0xDF9D03) is known color: Gamboge. HEX triplet: DF, 9D and 03. RGB value is (223,157,3). Sum of RGB (Red+Green+Blue) = 223+157+3=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9D03 is #2062FC. Grayscale: #9F9F9F. Windows color (decimal): -2122493 or 237023. OLE color: 237023.

HSL color Cylindrical-coordinate representation of color #DF9D03: hue angle of 42º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF9D03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 157 3 -
CMYK 0 0.30 0.99 0.13
HSL 42º 0.97% 0.44% -
HSV(B) 42º 0.99% 0.87% -
XYZ 42.5 39.81 5.53 -
YUV 159.18 39.87 173.52 -
System Red Green Blue C M Y K H S L
Decimal 223 157 3 0 0.30 0.99 0.13 42 0.97 0.44
Hex DF 9D 3 0 1E 63 D 2A 61 2C
Octal 337 235 3 0 36 143 15 52 141 54
Binary 11011111 10011101 11 0 11110 1100011 1101 101010 1100001 101100

Color Harmonies of #DF9D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D03

Black with #DF9D03

Text Example


Text Example

White with #DF9D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D03; }

 p { color: rgb(223,157,3); }

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

background-color css

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

 a { background-color: rgb(223,157,3); }

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

border-color css

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

 span { border-color: rgb(223,157,3); }

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