Html Css Color HEX #DA8C03 Gamboge

📋 copy color: '#DA8C03'

red 218 ◦ green 140 ◦ blue 3

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

Shades of Gamboge #DA8C03

Tints of Gamboge #DA8C03

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 60.39%
G = 38.78%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA8C03 (or 0xDA8C03) is known color: Gamboge. HEX triplet: DA, 8C and 03. RGB value is (218,140,3). Sum of RGB (Red+Green+Blue) = 218+140+3=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C03 is #2573FC. Grayscale: #949494. Windows color (decimal): -2454525 or 232666. OLE color: 232666.

HSL color Cylindrical-coordinate representation of color #DA8C03: hue angle of 38.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA8C03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 3 -
CMYK 0 0.36 0.99 0.15
HSL 38.23º 0.97% 0.43% -
HSV(B) 38.23º 0.99% 0.85% -
XYZ 38.31 33.67 4.57 -
YUV 147.7 46.34 178.14 -
System Red Green Blue C M Y K H S L
Decimal 218 140 3 0 0.36 0.99 0.15 38.23 0.97 0.43
Hex DA 8C 3 0 24 63 F 26 61 2B
Octal 332 214 3 0 44 143 17 46 141 53
Binary 11011010 10001100 11 0 100100 1100011 1111 100110 1100001 101011

Color Harmonies of #DA8C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C03

Black with #DA8C03

Text Example


Text Example

White with #DA8C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C03; }

 p { color: rgb(218,140,3); }

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

background-color css

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

 a { background-color: rgb(218,140,3); }

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

border-color css

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

 span { border-color: rgb(218,140,3); }

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