Html Css Color HEX #D2A00F Gamboge

📋 copy color: '#D2A00F'

red 210 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #D2A00F

Tints of Gamboge #D2A00F

RGB

 RED value IS 210 (82.42% from 255) = 54.55%

 GREEN value IS 160 (62.89% from 255) = 41.56%

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 54.55%
G = 41.56%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2A00F (or 0xD2A00F) is known color: Gamboge. HEX triplet: D2, A0 and 0F. RGB value is (210,160,15). Sum of RGB (Red+Green+Blue) = 210+160+15=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A00F is #2D5FF0. Grayscale: #9F9F9F. Windows color (decimal): -2973681 or 1024210. OLE color: 1024210.

HSL color Cylindrical-coordinate representation of color #D2A00F: hue angle of 44.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2A00F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 160 15 -
CMYK 0 0.24 0.93 0.18
HSL 44.62º 0.87% 0.44% -
HSV(B) 44.62º 0.93% 0.82% -
XYZ 39.24 38.88 5.89 -
YUV 158.42 47.07 164.79 -
System Red Green Blue C M Y K H S L
Decimal 210 160 15 0 0.24 0.93 0.18 44.62 0.87 0.44
Hex D2 A0 F 0 18 5D 12 2D 57 2C
Octal 322 240 17 0 30 135 22 55 127 54
Binary 11010010 10100000 1111 0 11000 1011101 10010 101101 1010111 101100

Color Harmonies of #D2A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A00F

Black with #D2A00F

Text Example


Text Example

White with #D2A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A00F; }

 p { color: rgb(210,160,15); }

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

background-color css

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

 a { background-color: rgb(210,160,15); }

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

border-color css

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

 span { border-color: rgb(210,160,15); }

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