Html Css Color HEX #D68E09 Gamboge

📋 copy color: '#D68E09'

red 214 ◦ green 142 ◦ blue 9

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

Shades of Gamboge #D68E09

Tints of Gamboge #D68E09

RGB

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

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

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

R = 58.63%
G = 38.9%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68E09 (or 0xD68E09) is known color: Gamboge. HEX triplet: D6, 8E and 09. RGB value is (214,142,9). Sum of RGB (Red+Green+Blue) = 214+142+9=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68E09 is #2971F6. Grayscale: #949494. Windows color (decimal): -2716151 or 626390. OLE color: 626390.

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

Color convert

RGB 214 142 9 -
CMYK 0 0.34 0.96 0.16
HSL 38.93º 0.92% 0.44% -
HSV(B) 38.93º 0.96% 0.84% -
XYZ 37.45 33.66 4.78 -
YUV 148.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 214 142 9 0 0.34 0.96 0.16 38.93 0.92 0.44
Hex D6 8E 9 0 22 60 10 27 5C 2C
Octal 326 216 11 0 42 140 20 47 134 54
Binary 11010110 10001110 1001 0 100010 1100000 10000 100111 1011100 101100

Color Harmonies of #D68E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E09

Black with #D68E09

Text Example


Text Example

White with #D68E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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