Html Css Color HEX #D68C09 Gamboge

📋 copy color: '#D68C09'

red 214 ◦ green 140 ◦ blue 9

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

Shades of Gamboge #D68C09

Tints of Gamboge #D68C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.57%

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 58.95%
G = 38.57%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68C09 (or 0xD68C09) is known color: Gamboge. HEX triplet: D6, 8C and 09. RGB value is (214,140,9). Sum of RGB (Red+Green+Blue) = 214+140+9=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68C09 is #2973F6. Grayscale: #939393. Windows color (decimal): -2716663 or 625878. OLE color: 625878.

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

Color convert

RGB 214 140 9 -
CMYK 0 0.35 0.96 0.16
HSL 38.34º 0.92% 0.44% -
HSV(B) 38.34º 0.96% 0.84% -
XYZ 37.16 33.07 4.68 -
YUV 147.19 50.02 175.65 -
System Red Green Blue C M Y K H S L
Decimal 214 140 9 0 0.35 0.96 0.16 38.34 0.92 0.44
Hex D6 8C 9 0 23 60 10 26 5C 2C
Octal 326 214 11 0 43 140 20 46 134 54
Binary 11010110 10001100 1001 0 100011 1100000 10000 100110 1011100 101100

Color Harmonies of #D68C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C09

Black with #D68C09

Text Example


Text Example

White with #D68C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C09; }

 p { color: rgb(214,140,9); }

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

background-color css

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

 a { background-color: rgb(214,140,9); }

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

border-color css

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

 span { border-color: rgb(214,140,9); }

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