Html Css Color HEX #DF920A Gamboge

📋 copy color: '#DF920A'

red 223 ◦ green 146 ◦ blue 10

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

Shades of Gamboge #DF920A

Tints of Gamboge #DF920A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 58.84%
G = 38.52%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF920A (or 0xDF920A) is known color: Gamboge. HEX triplet: DF, 92 and 0A. RGB value is (223,146,10). Sum of RGB (Red+Green+Blue) = 223+146+10=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF920A is #206DF5. Grayscale: #9A9A9A. Windows color (decimal): -2125302 or 692959. OLE color: 692959.

HSL color Cylindrical-coordinate representation of color #DF920A: hue angle of 38.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF920A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 10 -
CMYK 0 0.35 0.96 0.13
HSL 38.31º 0.91% 0.46% -
HSV(B) 38.31º 0.96% 0.87% -
XYZ 40.77 36.27 5.14 -
YUV 153.52 47.01 177.56 -
System Red Green Blue C M Y K H S L
Decimal 223 146 10 0 0.35 0.96 0.13 38.31 0.91 0.46
Hex DF 92 A 0 23 60 D 26 5B 2E
Octal 337 222 12 0 43 140 15 46 133 56
Binary 11011111 10010010 1010 0 100011 1100000 1101 100110 1011011 101110

Color Harmonies of #DF920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF920A

Black with #DF920A

Text Example


Text Example

White with #DF920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF920A; }

 p { color: rgb(223,146,10); }

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

background-color css

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

 a { background-color: rgb(223,146,10); }

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

border-color css

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

 span { border-color: rgb(223,146,10); }

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