Html Css Color HEX #DA900D Gamboge

📋 copy color: '#DA900D'

red 218 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #DA900D

Tints of Gamboge #DA900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 58.13%
G = 38.4%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA900D (or 0xDA900D) is known color: Gamboge. HEX triplet: DA, 90 and 0D. RGB value is (218,144,13). Sum of RGB (Red+Green+Blue) = 218+144+13=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA900D is #256FF2. Grayscale: #979797. Windows color (decimal): -2453491 or 889050. OLE color: 889050.

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

Color convert

RGB 218 144 13 -
CMYK 0 0.34 0.94 0.15
HSL 38.34º 0.89% 0.45% -
HSV(B) 38.34º 0.94% 0.85% -
XYZ 38.96 34.88 5.06 -
YUV 151.19 50.02 175.65 -
System Red Green Blue C M Y K H S L
Decimal 218 144 13 0 0.34 0.94 0.15 38.34 0.89 0.45
Hex DA 90 D 0 22 5E F 26 59 2D
Octal 332 220 15 0 42 136 17 46 131 55
Binary 11011010 10010000 1101 0 100010 1011110 1111 100110 1011001 101101

Color Harmonies of #DA900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA900D

Black with #DA900D

Text Example


Text Example

White with #DA900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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