Html Css Color HEX #D68705 Gamboge

📋 copy color: '#D68705'

red 214 ◦ green 135 ◦ blue 5

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

Shades of Gamboge #D68705

Tints of Gamboge #D68705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 60.45%
G = 38.14%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D68705 (or 0xD68705) is known color: Gamboge. HEX triplet: D6, 87 and 05. RGB value is (214,135,5). Sum of RGB (Red+Green+Blue) = 214+135+5=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D68705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68705 is #2978FA. Grayscale: #909090. Windows color (decimal): -2717947 or 362454. OLE color: 362454.

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

Color convert

RGB 214 135 5 -
CMYK 0 0.37 0.98 0.16
HSL 37.32º 0.95% 0.43% -
HSV(B) 37.32º 0.98% 0.84% -
XYZ 36.42 31.64 4.33 -
YUV 143.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 214 135 5 0 0.37 0.98 0.16 37.32 0.95 0.43
Hex D6 87 5 0 25 62 10 25 5F 2B
Octal 326 207 5 0 45 142 20 45 137 53
Binary 11010110 10000111 101 0 100101 1100010 10000 100101 1011111 101011

Color Harmonies of #D68705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68705

Black with #D68705

Text Example


Text Example

White with #D68705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68705; }

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

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

background-color css

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

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

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

border-color css

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

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

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