Html Css Color HEX #D68703 Gamboge

📋 copy color: '#D68703'

red 214 ◦ green 135 ◦ blue 3

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

Shades of Gamboge #D68703

Tints of Gamboge #D68703

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 60.8%
G = 38.35%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D68703 (or 0xD68703) is known color: Gamboge. HEX triplet: D6, 87 and 03. RGB value is (214,135,3). Sum of RGB (Red+Green+Blue) = 214+135+3=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D68703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68703 is #2978FC. Grayscale: #909090. Windows color (decimal): -2717949 or 231382. OLE color: 231382.

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

Color convert

RGB 214 135 3 -
CMYK 0 0.37 0.99 0.16
HSL 37.54º 0.97% 0.43% -
HSV(B) 37.54º 0.99% 0.84% -
XYZ 36.41 31.63 4.27 -
YUV 143.57 48.67 178.23 -
System Red Green Blue C M Y K H S L
Decimal 214 135 3 0 0.37 0.99 0.16 37.54 0.97 0.43
Hex D6 87 3 0 25 63 10 26 61 2B
Octal 326 207 3 0 45 143 20 46 141 53
Binary 11010110 10000111 11 0 100101 1100011 10000 100110 1100001 101011

Color Harmonies of #D68703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68703

Black with #D68703

Text Example


Text Example

White with #D68703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68703; }

 p { color: rgb(214,135,3); }

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

background-color css

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

 a { background-color: rgb(214,135,3); }

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

border-color css

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

 span { border-color: rgb(214,135,3); }

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