Html Css Color HEX #DF921A Gamboge

📋 copy color: '#DF921A'

red 223 ◦ green 146 ◦ blue 26

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

Shades of Gamboge #DF921A

Tints of Gamboge #DF921A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 56.46%
G = 36.96%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF921A (or 0xDF921A) is known color: Gamboge. HEX triplet: DF, 92 and 1A. RGB value is (223,146,26). Sum of RGB (Red+Green+Blue) = 223+146+26=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF921A is #206DE5. Grayscale: #9B9B9B. Windows color (decimal): -2125286 or 1741535. OLE color: 1741535.

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

Color convert

RGB 223 146 26 -
CMYK 0 0.35 0.88 0.13
HSL 36.55º 0.79% 0.49% -
HSV(B) 36.55º 0.88% 0.87% -
XYZ 40.9 36.32 5.83 -
YUV 155.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 223 146 26 0 0.35 0.88 0.13 36.55 0.79 0.49
Hex DF 92 1A 0 23 58 D 25 4F 31
Octal 337 222 32 0 43 130 15 45 117 61
Binary 11011111 10010010 11010 0 100011 1011000 1101 100101 1001111 110001

Color Harmonies of #DF921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF921A

Black with #DF921A

Text Example


Text Example

White with #DF921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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