Html Css Color HEX #D68606 Gamboge

📋 copy color: '#D68606'

red 214 ◦ green 134 ◦ blue 6

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

Shades of Gamboge #D68606

Tints of Gamboge #D68606

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

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

R = 60.45%
G = 37.85%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D68606 (or 0xD68606) is known color: Gamboge. HEX triplet: D6, 86 and 06. RGB value is (214,134,6). Sum of RGB (Red+Green+Blue) = 214+134+6=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D68606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68606 is #2979F9. Grayscale: #8F8F8F. Windows color (decimal): -2718202 or 427734. OLE color: 427734.

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

Color convert

RGB 214 134 6 -
CMYK 0 0.37 0.97 0.16
HSL 36.92º 0.95% 0.43% -
HSV(B) 36.92º 0.97% 0.84% -
XYZ 36.29 31.36 4.31 -
YUV 143.33 50.5 178.41 -
System Red Green Blue C M Y K H S L
Decimal 214 134 6 0 0.37 0.97 0.16 36.92 0.95 0.43
Hex D6 86 6 0 25 61 10 25 5F 2B
Octal 326 206 6 0 45 141 20 45 137 53
Binary 11010110 10000110 110 0 100101 1100001 10000 100101 1011111 101011

Color Harmonies of #D68606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68606

Black with #D68606

Text Example


Text Example

White with #D68606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68606; }

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

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

background-color css

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

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

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

border-color css

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

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

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