Html Css Color HEX #DA9214 Gamboge

📋 copy color: '#DA9214'

red 218 ◦ green 146 ◦ blue 20

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

Shades of Gamboge #DA9214

Tints of Gamboge #DA9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

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

R = 56.77%
G = 38.02%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9214 (or 0xDA9214) is known color: Gamboge. HEX triplet: DA, 92 and 14. RGB value is (218,146,20). Sum of RGB (Red+Green+Blue) = 218+146+20=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9214 is #256DEB. Grayscale: #999999. Windows color (decimal): -2452972 or 1348314. OLE color: 1348314.

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

Color convert

RGB 218 146 20 -
CMYK 0 0.33 0.91 0.15
HSL 38.18º 0.83% 0.47% -
HSV(B) 38.18º 0.91% 0.85% -
XYZ 39.32 35.51 5.44 -
YUV 153.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 218 146 20 0 0.33 0.91 0.15 38.18 0.83 0.47
Hex DA 92 14 0 21 5B F 26 53 2F
Octal 332 222 24 0 41 133 17 46 123 57
Binary 11011010 10010010 10100 0 100001 1011011 1111 100110 1010011 101111

Color Harmonies of #DA9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9214

Black with #DA9214

Text Example


Text Example

White with #DA9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9214; }

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

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

background-color css

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

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

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

border-color css

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

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

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