Html Css Color HEX #DA8714 Gamboge

📋 copy color: '#DA8714'

red 218 ◦ green 135 ◦ blue 20

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

Shades of Gamboge #DA8714

Tints of Gamboge #DA8714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 58.45%
G = 36.19%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA8714 (or 0xDA8714) is known color: Gamboge. HEX triplet: DA, 87 and 14. RGB value is (218,135,20). Sum of RGB (Red+Green+Blue) = 218+135+20=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8714 is #2578EB. Grayscale: #939393. Windows color (decimal): -2455788 or 1345498. OLE color: 1345498.

HSL color Cylindrical-coordinate representation of color #DA8714: hue angle of 34.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8714 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 135 20 -
CMYK 0 0.38 0.91 0.15
HSL 34.85º 0.83% 0.47% -
HSV(B) 34.85º 0.91% 0.85% -
XYZ 37.7 32.28 4.91 -
YUV 146.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 218 135 20 0 0.38 0.91 0.15 34.85 0.83 0.47
Hex DA 87 14 0 26 5B F 23 53 2F
Octal 332 207 24 0 46 133 17 43 123 57
Binary 11011010 10000111 10100 0 100110 1011011 1111 100011 1010011 101111

Color Harmonies of #DA8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8714

Black with #DA8714

Text Example


Text Example

White with #DA8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8714; }

 p { color: rgb(218,135,20); }

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

background-color css

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

 a { background-color: rgb(218,135,20); }

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

border-color css

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

 span { border-color: rgb(218,135,20); }

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