Html Css Color HEX #D69506 Gamboge

📋 copy color: '#D69506'

red 214 ◦ green 149 ◦ blue 6

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

Shades of Gamboge #D69506

Tints of Gamboge #D69506

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 57.99%
G = 40.38%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69506 (or 0xD69506) is known color: Gamboge. HEX triplet: D6, 95 and 06. RGB value is (214,149,6). Sum of RGB (Red+Green+Blue) = 214+149+6=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D69506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69506 is #296AF9. Grayscale: #989898. Windows color (decimal): -2714362 or 431574. OLE color: 431574.

HSL color Cylindrical-coordinate representation of color #D69506: hue angle of 41.25º degrees, saturation: 0.95, 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 #D69506 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 6 -
CMYK 0 0.30 0.97 0.16
HSL 41.25º 0.95% 0.43% -
HSV(B) 41.25º 0.97% 0.84% -
XYZ 38.51 35.8 5.05 -
YUV 152.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 214 149 6 0 0.30 0.97 0.16 41.25 0.95 0.43
Hex D6 95 6 0 1E 61 10 29 5F 2B
Octal 326 225 6 0 36 141 20 51 137 53
Binary 11010110 10010101 110 0 11110 1100001 10000 101001 1011111 101011

Color Harmonies of #D69506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69506

Black with #D69506

Text Example


Text Example

White with #D69506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69506; }

 p { color: rgb(214,149,6); }

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

background-color css

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

 a { background-color: rgb(214,149,6); }

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

border-color css

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

 span { border-color: rgb(214,149,6); }

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