Html Css Color HEX #D6AE03 Gamboge

📋 copy color: '#D6AE03'

red 214 ◦ green 174 ◦ blue 3

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

Shades of Gamboge #D6AE03

Tints of Gamboge #D6AE03

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.5%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 54.73%
G = 44.5%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6AE03 (or 0xD6AE03) is known color: Gamboge. HEX triplet: D6, AE and 03. RGB value is (214,174,3). Sum of RGB (Red+Green+Blue) = 214+174+3=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AE03 is #2951FC. Grayscale: #A7A7A7. Windows color (decimal): -2707965 or 241366. OLE color: 241366.

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

Color convert

RGB 214 174 3 -
CMYK 0 0.19 0.99 0.16
HSL 48.63º 0.97% 0.43% -
HSV(B) 48.63º 0.99% 0.84% -
XYZ 42.88 44.57 6.43 -
YUV 166.47 35.75 161.9 -
System Red Green Blue C M Y K H S L
Decimal 214 174 3 0 0.19 0.99 0.16 48.63 0.97 0.43
Hex D6 AE 3 0 13 63 10 31 61 2B
Octal 326 256 3 0 23 143 20 61 141 53
Binary 11010110 10101110 11 0 10011 1100011 10000 110001 1100001 101011

Color Harmonies of #D6AE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE03

Black with #D6AE03

Text Example


Text Example

White with #D6AE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE03; }

 p { color: rgb(214,174,3); }

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

background-color css

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

 a { background-color: rgb(214,174,3); }

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

border-color css

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

 span { border-color: rgb(214,174,3); }

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