Html Css Color HEX #D68912 Gamboge

📋 copy color: '#D68912'

red 214 ◦ green 137 ◦ blue 18

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

Shades of Gamboge #D68912

Tints of Gamboge #D68912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.13%

 BLUE value IS 18 (7.42% from 255) = 4.88%

R = 57.99%
G = 37.13%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68912 (or 0xD68912) is known color: Gamboge. HEX triplet: D6, 89 and 12. RGB value is (214,137,18). Sum of RGB (Red+Green+Blue) = 214+137+18=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D68912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68912 is #2976ED. Grayscale: #939393. Windows color (decimal): -2717422 or 1214934. OLE color: 1214934.

HSL color Cylindrical-coordinate representation of color #D68912: hue angle of 36.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D68912 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 18 -
CMYK 0 0.36 0.92 0.16
HSL 36.43º 0.84% 0.45% -
HSV(B) 36.43º 0.92% 0.84% -
XYZ 36.79 32.23 4.85 -
YUV 146.46 55.51 176.18 -
System Red Green Blue C M Y K H S L
Decimal 214 137 18 0 0.36 0.92 0.16 36.43 0.84 0.45
Hex D6 89 12 0 24 5C 10 24 54 2D
Octal 326 211 22 0 44 134 20 44 124 55
Binary 11010110 10001001 10010 0 100100 1011100 10000 100100 1010100 101101

Color Harmonies of #D68912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68912

Black with #D68912

Text Example


Text Example

White with #D68912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68912; }

 p { color: rgb(214,137,18); }

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

background-color css

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

 a { background-color: rgb(214,137,18); }

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

border-color css

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

 span { border-color: rgb(214,137,18); }

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