Html Css Color HEX #D69006 Gamboge

📋 copy color: '#D69006'

red 214 ◦ green 144 ◦ blue 6

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

Shades of Gamboge #D69006

Tints of Gamboge #D69006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 58.79%
G = 39.56%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69006 (or 0xD69006) is known color: Gamboge. HEX triplet: D6, 90 and 06. RGB value is (214,144,6). Sum of RGB (Red+Green+Blue) = 214+144+6=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D69006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69006 is #296FF9. Grayscale: #959595. Windows color (decimal): -2715642 or 430294. OLE color: 430294.

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

Color convert

RGB 214 144 6 -
CMYK 0 0.33 0.97 0.16
HSL 39.81º 0.95% 0.43% -
HSV(B) 39.81º 0.97% 0.84% -
XYZ 37.74 34.26 4.8 -
YUV 149.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 214 144 6 0 0.33 0.97 0.16 39.81 0.95 0.43
Hex D6 90 6 0 21 61 10 28 5F 2B
Octal 326 220 6 0 41 141 20 50 137 53
Binary 11010110 10010000 110 0 100001 1100001 10000 101000 1011111 101011

Color Harmonies of #D69006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69006

Black with #D69006

Text Example


Text Example

White with #D69006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69006; }

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

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

background-color css

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

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

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

border-color css

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

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

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