Html Css Color HEX #D68B0C Gamboge

📋 copy color: '#D68B0C'

red 214 ◦ green 139 ◦ blue 12

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

Shades of Gamboge #D68B0C

Tints of Gamboge #D68B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.08%

 BLUE value IS 12 (5.08% from 255) = 3.29%

R = 58.63%
G = 38.08%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D68B0C (or 0xD68B0C) is known color: Gamboge. HEX triplet: D6, 8B and 0C. RGB value is (214,139,12). Sum of RGB (Red+Green+Blue) = 214+139+12=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68B0C is #2974F3. Grayscale: #939393. Windows color (decimal): -2716916 or 822230. OLE color: 822230.

HSL color Cylindrical-coordinate representation of color #D68B0C: hue angle of 37.72º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D68B0C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 139 12 -
CMYK 0 0.35 0.94 0.16
HSL 37.72º 0.89% 0.44% -
HSV(B) 37.72º 0.94% 0.84% -
XYZ 37.03 32.79 4.72 -
YUV 146.95 51.85 175.83 -
System Red Green Blue C M Y K H S L
Decimal 214 139 12 0 0.35 0.94 0.16 37.72 0.89 0.44
Hex D6 8B C 0 23 5E 10 26 59 2C
Octal 326 213 14 0 43 136 20 46 131 54
Binary 11010110 10001011 1100 0 100011 1011110 10000 100110 1011001 101100

Color Harmonies of #D68B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B0C

Black with #D68B0C

Text Example


Text Example

White with #D68B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B0C; }

 p { color: rgb(214,139,12); }

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

background-color css

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

 a { background-color: rgb(214,139,12); }

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

border-color css

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

 span { border-color: rgb(214,139,12); }

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