Html Css Color HEX #D69E06 Gamboge

📋 copy color: '#D69E06'

red 214 ◦ green 158 ◦ blue 6

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

Shades of Gamboge #D69E06

Tints of Gamboge #D69E06

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.8%

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

R = 56.61%
G = 41.8%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D69E06 (or 0xD69E06) is known color: Gamboge. HEX triplet: D6, 9E and 06. RGB value is (214,158,6). Sum of RGB (Red+Green+Blue) = 214+158+6=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69E06 is #2961F9. Grayscale: #9E9E9E. Windows color (decimal): -2712058 or 433878. OLE color: 433878.

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

Color convert

RGB 214 158 6 -
CMYK 0 0.26 0.97 0.16
HSL 43.85º 0.95% 0.43% -
HSV(B) 43.85º 0.97% 0.84% -
XYZ 39.99 38.76 5.55 -
YUV 157.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 214 158 6 0 0.26 0.97 0.16 43.85 0.95 0.43
Hex D6 9E 6 0 1A 61 10 2C 5F 2B
Octal 326 236 6 0 32 141 20 54 137 53
Binary 11010110 10011110 110 0 11010 1100001 10000 101100 1011111 101011

Color Harmonies of #D69E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E06

Black with #D69E06

Text Example


Text Example

White with #D69E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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