Html Css Color HEX #D6AB07 Gamboge

📋 copy color: '#D6AB07'

red 214 ◦ green 171 ◦ blue 7

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

Shades of Gamboge #D6AB07

Tints of Gamboge #D6AB07

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 171 (67.19% from 255) = 43.62%

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

R = 54.59%
G = 43.62%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6AB07 (or 0xD6AB07) is known color: Gamboge. HEX triplet: D6, AB and 07. RGB value is (214,171,7). Sum of RGB (Red+Green+Blue) = 214+171+7=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AB07 is #2954F8. Grayscale: #A5A5A5. Windows color (decimal): -2708729 or 502742. OLE color: 502742.

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

Color convert

RGB 214 171 7 -
CMYK 0 0.20 0.97 0.16
HSL 47.54º 0.94% 0.43% -
HSV(B) 47.54º 0.97% 0.84% -
XYZ 42.33 43.44 6.35 -
YUV 165.16 38.75 162.84 -
System Red Green Blue C M Y K H S L
Decimal 214 171 7 0 0.20 0.97 0.16 47.54 0.94 0.43
Hex D6 AB 7 0 14 61 10 30 5E 2B
Octal 326 253 7 0 24 141 20 60 136 53
Binary 11010110 10101011 111 0 10100 1100001 10000 110000 1011110 101011

Color Harmonies of #D6AB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB07

Black with #D6AB07

Text Example


Text Example

White with #D6AB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB07; }

 p { color: rgb(214,171,7); }

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

background-color css

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

 a { background-color: rgb(214,171,7); }

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

border-color css

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

 span { border-color: rgb(214,171,7); }

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