Html Css Color HEX #D4870A Gamboge

📋 copy color: '#D4870A'

red 212 ◦ green 135 ◦ blue 10

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

Shades of Gamboge #D4870A

Tints of Gamboge #D4870A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 59.38%
G = 37.82%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4870A (or 0xD4870A) is known color: Gamboge. HEX triplet: D4, 87 and 0A. RGB value is (212,135,10). Sum of RGB (Red+Green+Blue) = 212+135+10=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4870A is #2B78F5. Grayscale: #909090. Windows color (decimal): -2849014 or 690132. OLE color: 690132.

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

Color convert

RGB 212 135 10 -
CMYK 0 0.36 0.95 0.17
HSL 37.13º 0.91% 0.44% -
HSV(B) 37.13º 0.95% 0.83% -
XYZ 35.87 31.35 4.45 -
YUV 143.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 212 135 10 0 0.36 0.95 0.17 37.13 0.91 0.44
Hex D4 87 A 0 24 5F 11 25 5B 2C
Octal 324 207 12 0 44 137 21 45 133 54
Binary 11010100 10000111 1010 0 100100 1011111 10001 100101 1011011 101100

Color Harmonies of #D4870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4870A

Black with #D4870A

Text Example


Text Example

White with #D4870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4870A; }

 p { color: rgb(212,135,10); }

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

background-color css

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

 a { background-color: rgb(212,135,10); }

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

border-color css

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

 span { border-color: rgb(212,135,10); }

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