Html Css Color HEX #D4A807 Gamboge

📋 copy color: '#D4A807'

red 212 ◦ green 168 ◦ blue 7

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

Shades of Gamboge #D4A807

Tints of Gamboge #D4A807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 54.78%
G = 43.41%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D4A807 (or 0xD4A807) is known color: Gamboge. HEX triplet: D4, A8 and 07. RGB value is (212,168,7). Sum of RGB (Red+Green+Blue) = 212+168+7=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A807 is #2B57F8. Grayscale: #A3A3A3. Windows color (decimal): -2840569 or 501972. OLE color: 501972.

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

Color convert

RGB 212 168 7 -
CMYK 0 0.21 0.97 0.17
HSL 47.12º 0.94% 0.43% -
HSV(B) 47.12º 0.97% 0.83% -
XYZ 41.19 42.02 6.14 -
YUV 162.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 212 168 7 0 0.21 0.97 0.17 47.12 0.94 0.43
Hex D4 A8 7 0 15 61 11 2F 5E 2B
Octal 324 250 7 0 25 141 21 57 136 53
Binary 11010100 10101000 111 0 10101 1100001 10001 101111 1011110 101011

Color Harmonies of #D4A807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A807

Black with #D4A807

Text Example


Text Example

White with #D4A807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A807; }

 p { color: rgb(212,168,7); }

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

background-color css

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

 a { background-color: rgb(212,168,7); }

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

border-color css

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

 span { border-color: rgb(212,168,7); }

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