Html Css Color HEX #DA930E Gamboge

📋 copy color: '#DA930E'

red 218 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #DA930E

Tints of Gamboge #DA930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 57.52%
G = 38.79%
B = 3.69%

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

#DA930E (or 0xDA930E) is known color: Gamboge. HEX triplet: DA, 93 and 0E. RGB value is (218,147,14). Sum of RGB (Red+Green+Blue) = 218+147+14=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA930E is #256CF1. Grayscale: #999999. Windows color (decimal): -2452722 or 955354. OLE color: 955354.

HSL color Cylindrical-coordinate representation of color #DA930E: hue angle of 39.12º 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 #DA930E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 14 -
CMYK 0 0.33 0.94 0.15
HSL 39.12º 0.88% 0.45% -
HSV(B) 39.12º 0.94% 0.85% -
XYZ 39.43 35.8 5.25 -
YUV 153.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 218 147 14 0 0.33 0.94 0.15 39.12 0.88 0.45
Hex DA 93 E 0 21 5E F 27 58 2D
Octal 332 223 16 0 41 136 17 47 130 55
Binary 11011010 10010011 1110 0 100001 1011110 1111 100111 1011000 101101

Color Harmonies of #DA930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA930E

Black with #DA930E

Text Example


Text Example

White with #DA930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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