Html Css Color HEX #DA850C Gamboge

📋 copy color: '#DA850C'

red 218 ◦ green 133 ◦ blue 12

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

Shades of Gamboge #DA850C

Tints of Gamboge #DA850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 60.06%
G = 36.64%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA850C (or 0xDA850C) is known color: Gamboge. HEX triplet: DA, 85 and 0C. RGB value is (218,133,12). Sum of RGB (Red+Green+Blue) = 218+133+12=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA850C is #257AF3. Grayscale: #919191. Windows color (decimal): -2456308 or 820698. OLE color: 820698.

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

Color convert

RGB 218 133 12 -
CMYK 0 0.39 0.94 0.15
HSL 35.24º 0.9% 0.45% -
HSV(B) 35.24º 0.94% 0.85% -
XYZ 37.37 31.71 4.5 -
YUV 144.62 53.16 180.34 -
System Red Green Blue C M Y K H S L
Decimal 218 133 12 0 0.39 0.94 0.15 35.24 0.9 0.45
Hex DA 85 C 0 27 5E F 23 5A 2D
Octal 332 205 14 0 47 136 17 43 132 55
Binary 11011010 10000101 1100 0 100111 1011110 1111 100011 1011010 101101

Color Harmonies of #DA850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA850C

Black with #DA850C

Text Example


Text Example

White with #DA850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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