Html Css Color HEX #D68A0B Gamboge

📋 copy color: '#D68A0B'

red 214 ◦ green 138 ◦ blue 11

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

Shades of Gamboge #D68A0B

Tints of Gamboge #D68A0B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 11 (4.69% from 255) = 3.03%

R = 58.95%
G = 38.02%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D68A0B (or 0xD68A0B) is known color: Gamboge. HEX triplet: D6, 8A and 0B. RGB value is (214,138,11). Sum of RGB (Red+Green+Blue) = 214+138+11=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A0B is #2975F4. Grayscale: #929292. Windows color (decimal): -2717173 or 756438. OLE color: 756438.

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

Color convert

RGB 214 138 11 -
CMYK 0 0.36 0.95 0.16
HSL 37.54º 0.9% 0.44% -
HSV(B) 37.54º 0.95% 0.84% -
XYZ 36.88 32.5 4.65 -
YUV 146.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 214 138 11 0 0.36 0.95 0.16 37.54 0.9 0.44
Hex D6 8A B 0 24 5F 10 26 5A 2C
Octal 326 212 13 0 44 137 20 46 132 54
Binary 11010110 10001010 1011 0 100100 1011111 10000 100110 1011010 101100

Color Harmonies of #D68A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A0B

Black with #D68A0B

Text Example


Text Example

White with #D68A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A0B; }

 p { color: rgb(214,138,11); }

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

background-color css

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

 a { background-color: rgb(214,138,11); }

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

border-color css

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

 span { border-color: rgb(214,138,11); }

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