Html Css Color HEX #DA930D Gamboge

📋 copy color: '#DA930D'

red 218 ◦ green 147 ◦ blue 13

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

Shades of Gamboge #DA930D

Tints of Gamboge #DA930D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 57.67%
G = 38.89%
B = 3.44%

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

#DA930D (or 0xDA930D) is known color: Gamboge. HEX triplet: DA, 93 and 0D. RGB value is (218,147,13). Sum of RGB (Red+Green+Blue) = 218+147+13=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA930D is #256CF2. Grayscale: #999999. Windows color (decimal): -2452723 or 889818. OLE color: 889818.

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

Color convert

RGB 218 147 13 -
CMYK 0 0.33 0.94 0.15
HSL 39.22º 0.89% 0.45% -
HSV(B) 39.22º 0.94% 0.85% -
XYZ 39.42 35.8 5.21 -
YUV 152.95 49.02 174.4 -
System Red Green Blue C M Y K H S L
Decimal 218 147 13 0 0.33 0.94 0.15 39.22 0.89 0.45
Hex DA 93 D 0 21 5E F 27 59 2D
Octal 332 223 15 0 41 136 17 47 131 55
Binary 11011010 10010011 1101 0 100001 1011110 1111 100111 1011001 101101

Color Harmonies of #DA930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA930D

Black with #DA930D

Text Example


Text Example

White with #DA930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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