Html Css Color HEX #DA9C03 Gamboge

📋 copy color: '#DA9C03'

red 218 ◦ green 156 ◦ blue 3

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

Shades of Gamboge #DA9C03

Tints of Gamboge #DA9C03

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

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

R = 57.82%
G = 41.38%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA9C03 (or 0xDA9C03) is known color: Gamboge. HEX triplet: DA, 9C and 03. RGB value is (218,156,3). Sum of RGB (Red+Green+Blue) = 218+156+3=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C03 is #2563FC. Grayscale: #9D9D9D. Windows color (decimal): -2450429 or 236762. OLE color: 236762.

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

Color convert

RGB 218 156 3 -
CMYK 0 0.28 0.99 0.15
HSL 42.7º 0.97% 0.43% -
HSV(B) 42.7º 0.99% 0.85% -
XYZ 40.82 38.69 5.4 -
YUV 157.1 41.04 171.44 -
System Red Green Blue C M Y K H S L
Decimal 218 156 3 0 0.28 0.99 0.15 42.7 0.97 0.43
Hex DA 9C 3 0 1C 63 F 2B 61 2B
Octal 332 234 3 0 34 143 17 53 141 53
Binary 11011010 10011100 11 0 11100 1100011 1111 101011 1100001 101011

Color Harmonies of #DA9C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C03

Black with #DA9C03

Text Example


Text Example

White with #DA9C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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