Html Css Color HEX #DA971A Gamboge

📋 copy color: '#DA971A'

red 218 ◦ green 151 ◦ blue 26

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

Shades of Gamboge #DA971A

Tints of Gamboge #DA971A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 55.19%
G = 38.23%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA971A (or 0xDA971A) is known color: Gamboge. HEX triplet: DA, 97 and 1A. RGB value is (218,151,26). Sum of RGB (Red+Green+Blue) = 218+151+26=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA971A is #2568E5. Grayscale: #9D9D9D. Windows color (decimal): -2451686 or 1742810. OLE color: 1742810.

HSL color Cylindrical-coordinate representation of color #DA971A: hue angle of 39.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA971A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 151 26 -
CMYK 0 0.31 0.88 0.15
HSL 39.06º 0.79% 0.48% -
HSV(B) 39.06º 0.88% 0.85% -
XYZ 40.17 37.11 6.02 -
YUV 156.78 54.2 171.66 -
System Red Green Blue C M Y K H S L
Decimal 218 151 26 0 0.31 0.88 0.15 39.06 0.79 0.48
Hex DA 97 1A 0 1F 58 F 27 4F 30
Octal 332 227 32 0 37 130 17 47 117 60
Binary 11011010 10010111 11010 0 11111 1011000 1111 100111 1001111 110000

Color Harmonies of #DA971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA971A

Black with #DA971A

Text Example


Text Example

White with #DA971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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