Html Css Color HEX #D8A70D Gamboge

📋 copy color: '#D8A70D'

red 216 ◦ green 167 ◦ blue 13

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

Shades of Gamboge #D8A70D

Tints of Gamboge #D8A70D

RGB

 RED value IS 216 (84.77% from 255) = 54.55%

 GREEN value IS 167 (65.63% from 255) = 42.17%

 BLUE value IS 13 (5.47% from 255) = 3.28%

R = 54.55%
G = 42.17%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8A70D (or 0xD8A70D) is known color: Gamboge. HEX triplet: D8, A7 and 0D. RGB value is (216,167,13). Sum of RGB (Red+Green+Blue) = 216+167+13=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A70D is #2758F2. Grayscale: #A4A4A4. Windows color (decimal): -2578675 or 894936. OLE color: 894936.

HSL color Cylindrical-coordinate representation of color #D8A70D: hue angle of 45.52º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8A70D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 13 -
CMYK 0 0.23 0.94 0.15
HSL 45.52º 0.89% 0.45% -
HSV(B) 45.52º 0.94% 0.85% -
XYZ 42.21 42.27 6.31 -
YUV 164.1 42.73 165.02 -
System Red Green Blue C M Y K H S L
Decimal 216 167 13 0 0.23 0.94 0.15 45.52 0.89 0.45
Hex D8 A7 D 0 17 5E F 2E 59 2D
Octal 330 247 15 0 27 136 17 56 131 55
Binary 11011000 10100111 1101 0 10111 1011110 1111 101110 1011001 101101

Color Harmonies of #D8A70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A70D

Black with #D8A70D

Text Example


Text Example

White with #D8A70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A70D; }

 p { color: rgb(216,167,13); }

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

background-color css

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

 a { background-color: rgb(216,167,13); }

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

border-color css

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

 span { border-color: rgb(216,167,13); }

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