Html Css Color HEX #DA920E Gamboge

📋 copy color: '#DA920E'

red 218 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #DA920E

Tints of Gamboge #DA920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 57.67%
G = 38.62%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA920E (or 0xDA920E) is known color: Gamboge. HEX triplet: DA, 92 and 0E. RGB value is (218,146,14). Sum of RGB (Red+Green+Blue) = 218+146+14=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA920E is #256DF1. Grayscale: #999999. Windows color (decimal): -2452978 or 955098. OLE color: 955098.

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

Color convert

RGB 218 146 14 -
CMYK 0 0.33 0.94 0.15
HSL 38.82º 0.88% 0.45% -
HSV(B) 38.82º 0.94% 0.85% -
XYZ 39.27 35.49 5.2 -
YUV 152.48 49.85 174.73 -
System Red Green Blue C M Y K H S L
Decimal 218 146 14 0 0.33 0.94 0.15 38.82 0.88 0.45
Hex DA 92 E 0 21 5E F 27 58 2D
Octal 332 222 16 0 41 136 17 47 130 55
Binary 11011010 10010010 1110 0 100001 1011110 1111 100111 1011000 101101

Color Harmonies of #DA920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA920E

Black with #DA920E

Text Example


Text Example

White with #DA920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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