Html Css Color HEX #DF9002 Gamboge

📋 copy color: '#DF9002'

red 223 ◦ green 144 ◦ blue 2

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

Shades of Gamboge #DF9002

Tints of Gamboge #DF9002

RGB

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

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

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

R = 60.43%
G = 39.02%
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

#DF9002 (or 0xDF9002) is known color: Gamboge. HEX triplet: DF, 90 and 02. RGB value is (223,144,2). Sum of RGB (Red+Green+Blue) = 223+144+2=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9002 is #206FFD. Grayscale: #989898. Windows color (decimal): -2125822 or 168159. OLE color: 168159.

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

Color convert

RGB 223 144 2 -
CMYK 0 0.35 0.99 0.13
HSL 38.55º 0.98% 0.44% -
HSV(B) 38.55º 0.99% 0.87% -
XYZ 40.42 35.64 4.81 -
YUV 151.43 43.67 179.05 -
System Red Green Blue C M Y K H S L
Decimal 223 144 2 0 0.35 0.99 0.13 38.55 0.98 0.44
Hex DF 90 2 0 23 63 D 27 62 2C
Octal 337 220 2 0 43 143 15 47 142 54
Binary 11011111 10010000 10 0 100011 1100011 1101 100111 1100010 101100

Color Harmonies of #DF9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9002

Black with #DF9002

Text Example


Text Example

White with #DF9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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