Html Css Color HEX #DA920F Gamboge

📋 copy color: '#DA920F'

red 218 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #DA920F

Tints of Gamboge #DA920F

RGB

 RED value IS 218 (85.55% from 255) = 57.52%

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

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 57.52%
G = 38.52%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA920F (or 0xDA920F) is known color: Gamboge. HEX triplet: DA, 92 and 0F. RGB value is (218,146,15). Sum of RGB (Red+Green+Blue) = 218+146+15=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA920F is #256DF0. Grayscale: #999999. Windows color (decimal): -2452977 or 1020634. OLE color: 1020634.

HSL color Cylindrical-coordinate representation of color #DA920F: hue angle of 38.72º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA920F is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 15 -
CMYK 0 0.33 0.93 0.15
HSL 38.72º 0.87% 0.46% -
HSV(B) 38.72º 0.93% 0.85% -
XYZ 39.28 35.5 5.23 -
YUV 152.59 50.35 174.65 -
System Red Green Blue C M Y K H S L
Decimal 218 146 15 0 0.33 0.93 0.15 38.72 0.87 0.46
Hex DA 92 F 0 21 5D F 27 57 2E
Octal 332 222 17 0 41 135 17 47 127 56
Binary 11011010 10010010 1111 0 100001 1011101 1111 100111 1010111 101110

Color Harmonies of #DA920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA920F

Black with #DA920F

Text Example


Text Example

White with #DA920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA920F; }

 p { color: rgb(218,146,15); }

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

background-color css

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

 a { background-color: rgb(218,146,15); }

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

border-color css

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

 span { border-color: rgb(218,146,15); }

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