Html Css Color HEX #DA970C Gamboge

📋 copy color: '#DA970C'

red 218 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #DA970C

Tints of Gamboge #DA970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 57.22%
G = 39.63%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA970C (or 0xDA970C) is known color: Gamboge. HEX triplet: DA, 97 and 0C. RGB value is (218,151,12). Sum of RGB (Red+Green+Blue) = 218+151+12=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA970C is #2568F3. Grayscale: #9B9B9B. Windows color (decimal): -2451700 or 825306. OLE color: 825306.

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

Color convert

RGB 218 151 12 -
CMYK 0 0.31 0.94 0.15
HSL 40.49º 0.9% 0.45% -
HSV(B) 40.49º 0.94% 0.85% -
XYZ 40.05 37.07 5.39 -
YUV 155.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 218 151 12 0 0.31 0.94 0.15 40.49 0.9 0.45
Hex DA 97 C 0 1F 5E F 28 5A 2D
Octal 332 227 14 0 37 136 17 50 132 55
Binary 11011010 10010111 1100 0 11111 1011110 1111 101000 1011010 101101

Color Harmonies of #DA970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA970C

Black with #DA970C

Text Example


Text Example

White with #DA970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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