Html Css Color HEX #DA980B Gamboge

📋 copy color: '#DA980B'

red 218 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #DA980B

Tints of Gamboge #DA980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 57.22%
G = 39.9%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA980B (or 0xDA980B) is known color: Gamboge. HEX triplet: DA, 98 and 0B. RGB value is (218,152,11). Sum of RGB (Red+Green+Blue) = 218+152+11=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA980B is #2567F4. Grayscale: #9C9C9C. Windows color (decimal): -2451445 or 760026. OLE color: 760026.

HSL color Cylindrical-coordinate representation of color #DA980B: hue angle of 40.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA980B is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 11 -
CMYK 0 0.30 0.95 0.15
HSL 40.87º 0.9% 0.45% -
HSV(B) 40.87º 0.95% 0.85% -
XYZ 40.2 37.39 5.41 -
YUV 155.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 218 152 11 0 0.30 0.95 0.15 40.87 0.9 0.45
Hex DA 98 B 0 1E 5F F 29 5A 2D
Octal 332 230 13 0 36 137 17 51 132 55
Binary 11011010 10011000 1011 0 11110 1011111 1111 101001 1011010 101101

Color Harmonies of #DA980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA980B

Black with #DA980B

Text Example


Text Example

White with #DA980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA980B; }

 p { color: rgb(218,152,11); }

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

background-color css

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

 a { background-color: rgb(218,152,11); }

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

border-color css

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

 span { border-color: rgb(218,152,11); }

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