Html Css Color HEX #D68F09 Gamboge

📋 copy color: '#D68F09'

red 214 ◦ green 143 ◦ blue 9

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

Shades of Gamboge #D68F09

Tints of Gamboge #D68F09

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.07%

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

R = 58.47%
G = 39.07%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D68F09 (or 0xD68F09) is known color: Gamboge. HEX triplet: D6, 8F and 09. RGB value is (214,143,9). Sum of RGB (Red+Green+Blue) = 214+143+9=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68F09 is #2970F6. Grayscale: #959595. Windows color (decimal): -2715895 or 626646. OLE color: 626646.

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

Color convert

RGB 214 143 9 -
CMYK 0 0.33 0.96 0.16
HSL 39.22º 0.92% 0.44% -
HSV(B) 39.22º 0.96% 0.84% -
XYZ 37.6 33.96 4.83 -
YUV 148.95 49.02 174.4 -
System Red Green Blue C M Y K H S L
Decimal 214 143 9 0 0.33 0.96 0.16 39.22 0.92 0.44
Hex D6 8F 9 0 21 60 10 27 5C 2C
Octal 326 217 11 0 41 140 20 47 134 54
Binary 11010110 10001111 1001 0 100001 1100000 10000 100111 1011100 101100

Color Harmonies of #D68F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F09

Black with #D68F09

Text Example


Text Example

White with #D68F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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