Html Css Color HEX #DA990C Gamboge

📋 copy color: '#DA990C'

red 218 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #DA990C

Tints of Gamboge #DA990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 56.92%
G = 39.95%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA990C (or 0xDA990C) is known color: Gamboge. HEX triplet: DA, 99 and 0C. RGB value is (218,153,12). Sum of RGB (Red+Green+Blue) = 218+153+12=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA990C is #2566F3. Grayscale: #9C9C9C. Windows color (decimal): -2451188 or 825818. OLE color: 825818.

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

Color convert

RGB 218 153 12 -
CMYK 0 0.30 0.94 0.15
HSL 41.07º 0.9% 0.45% -
HSV(B) 41.07º 0.94% 0.85% -
XYZ 40.37 37.71 5.5 -
YUV 156.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 218 153 12 0 0.30 0.94 0.15 41.07 0.9 0.45
Hex DA 99 C 0 1E 5E F 29 5A 2D
Octal 332 231 14 0 36 136 17 51 132 55
Binary 11011010 10011001 1100 0 11110 1011110 1111 101001 1011010 101101

Color Harmonies of #DA990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA990C

Black with #DA990C

Text Example


Text Example

White with #DA990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA990C; }

 p { color: rgb(218,153,12); }

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

background-color css

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

 a { background-color: rgb(218,153,12); }

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

border-color css

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

 span { border-color: rgb(218,153,12); }

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