Html Css Color HEX #D5840C Gamboge

📋 copy color: '#D5840C'

red 213 ◦ green 132 ◦ blue 12

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

Shades of Gamboge #D5840C

Tints of Gamboge #D5840C

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 59.66%
G = 36.97%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5840C (or 0xD5840C) is known color: Gamboge. HEX triplet: D5, 84 and 0C. RGB value is (213,132,12). Sum of RGB (Red+Green+Blue) = 213+132+12=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5840C is #2A7BF3. Grayscale: #8F8F8F. Windows color (decimal): -2784244 or 820437. OLE color: 820437.

HSL color Cylindrical-coordinate representation of color #D5840C: hue angle of 35.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5840C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 12 -
CMYK 0 0.38 0.94 0.16
HSL 35.82º 0.89% 0.44% -
HSV(B) 35.82º 0.94% 0.84% -
XYZ 35.76 30.68 4.38 -
YUV 142.54 54.34 178.26 -
System Red Green Blue C M Y K H S L
Decimal 213 132 12 0 0.38 0.94 0.16 35.82 0.89 0.44
Hex D5 84 C 0 26 5E 10 24 59 2C
Octal 325 204 14 0 46 136 20 44 131 54
Binary 11010101 10000100 1100 0 100110 1011110 10000 100100 1011001 101100

Color Harmonies of #D5840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5840C

Black with #D5840C

Text Example


Text Example

White with #D5840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5840C; }

 p { color: rgb(213,132,12); }

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

background-color css

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

 a { background-color: rgb(213,132,12); }

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

border-color css

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

 span { border-color: rgb(213,132,12); }

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