Html Css Color HEX #DF9C1B Gamboge

📋 copy color: '#DF9C1B'

red 223 ◦ green 156 ◦ blue 27

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

Shades of Gamboge #DF9C1B

Tints of Gamboge #DF9C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 54.93%
G = 38.42%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF9C1B (or 0xDF9C1B) is known color: Gamboge. HEX triplet: DF, 9C and 1B. RGB value is (223,156,27). Sum of RGB (Red+Green+Blue) = 223+156+27=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9C1B is #2063E4. Grayscale: #A1A1A1. Windows color (decimal): -2122725 or 1809631. OLE color: 1809631.

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

Color convert

RGB 223 156 27 -
CMYK 0 0.30 0.88 0.13
HSL 39.49º 0.78% 0.49% -
HSV(B) 39.49º 0.88% 0.87% -
XYZ 42.52 39.54 6.43 -
YUV 161.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 223 156 27 0 0.30 0.88 0.13 39.49 0.78 0.49
Hex DF 9C 1B 0 1E 58 D 27 4E 31
Octal 337 234 33 0 36 130 15 47 116 61
Binary 11011111 10011100 11011 0 11110 1011000 1101 100111 1001110 110001

Color Harmonies of #DF9C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C1B

Black with #DF9C1B

Text Example


Text Example

White with #DF9C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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