Html Css Color HEX #D68E06 Gamboge

📋 copy color: '#D68E06'

red 214 ◦ green 142 ◦ blue 6

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

Shades of Gamboge #D68E06

Tints of Gamboge #D68E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

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

R = 59.12%
G = 39.23%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D68E06 (or 0xD68E06) is known color: Gamboge. HEX triplet: D6, 8E and 06. RGB value is (214,142,6). Sum of RGB (Red+Green+Blue) = 214+142+6=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68E06 is #2971F9. Grayscale: #949494. Windows color (decimal): -2716154 or 429782. OLE color: 429782.

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

Color convert

RGB 214 142 6 -
CMYK 0 0.34 0.97 0.16
HSL 39.23º 0.95% 0.43% -
HSV(B) 39.23º 0.97% 0.84% -
XYZ 37.44 33.66 4.7 -
YUV 148.02 47.85 175.06 -
System Red Green Blue C M Y K H S L
Decimal 214 142 6 0 0.34 0.97 0.16 39.23 0.95 0.43
Hex D6 8E 6 0 22 61 10 27 5F 2B
Octal 326 216 6 0 42 141 20 47 137 53
Binary 11010110 10001110 110 0 100010 1100001 10000 100111 1011111 101011

Color Harmonies of #D68E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E06

Black with #D68E06

Text Example


Text Example

White with #D68E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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