Html Css Color HEX #D4850C Gamboge

📋 copy color: '#D4850C'

red 212 ◦ green 133 ◦ blue 12

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

Shades of Gamboge #D4850C

Tints of Gamboge #D4850C

RGB

 RED value IS 212 (83.2% from 255) = 59.38%

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

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

R = 59.38%
G = 37.25%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4850C (or 0xD4850C) is known color: Gamboge. HEX triplet: D4, 85 and 0C. RGB value is (212,133,12). Sum of RGB (Red+Green+Blue) = 212+133+12=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4850C is #2B7AF3. Grayscale: #8F8F8F. Windows color (decimal): -2849524 or 820692. OLE color: 820692.

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

Color convert

RGB 212 133 12 -
CMYK 0 0.37 0.94 0.17
HSL 36.3º 0.89% 0.44% -
HSV(B) 36.3º 0.94% 0.83% -
XYZ 35.61 30.8 4.42 -
YUV 142.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 212 133 12 0 0.37 0.94 0.17 36.3 0.89 0.44
Hex D4 85 C 0 25 5E 11 24 59 2C
Octal 324 205 14 0 45 136 21 44 131 54
Binary 11010100 10000101 1100 0 100101 1011110 10001 100100 1011001 101100

Color Harmonies of #D4850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4850C

Black with #D4850C

Text Example


Text Example

White with #D4850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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