Html Css Color HEX #DF9102 Gamboge

📋 copy color: '#DF9102'

red 223 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #DF9102

Tints of Gamboge #DF9102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 60.27%
G = 39.19%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9102 (or 0xDF9102) is known color: Gamboge. HEX triplet: DF, 91 and 02. RGB value is (223,145,2). Sum of RGB (Red+Green+Blue) = 223+145+2=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9102 is #206EFD. Grayscale: #989898. Windows color (decimal): -2125566 or 168415. OLE color: 168415.

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

Color convert

RGB 223 145 2 -
CMYK 0 0.35 0.99 0.13
HSL 38.82º 0.98% 0.44% -
HSV(B) 38.82º 0.99% 0.87% -
XYZ 40.57 35.94 4.86 -
YUV 152.02 43.34 178.63 -
System Red Green Blue C M Y K H S L
Decimal 223 145 2 0 0.35 0.99 0.13 38.82 0.98 0.44
Hex DF 91 2 0 23 63 D 27 62 2C
Octal 337 221 2 0 43 143 15 47 142 54
Binary 11011111 10010001 10 0 100011 1100011 1101 100111 1100010 101100

Color Harmonies of #DF9102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9102

Black with #DF9102

Text Example


Text Example

White with #DF9102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9102; }

 p { color: rgb(223,145,2); }

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

background-color css

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

 a { background-color: rgb(223,145,2); }

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

border-color css

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

 span { border-color: rgb(223,145,2); }

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