Html Css Color HEX #D68702 Gamboge

📋 copy color: '#D68702'

red 214 ◦ green 135 ◦ blue 2

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

Shades of Gamboge #D68702

Tints of Gamboge #D68702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 60.97%
G = 38.46%
B = 0.57%

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

#D68702 (or 0xD68702) is known color: Gamboge. HEX triplet: D6, 87 and 02. RGB value is (214,135,2). Sum of RGB (Red+Green+Blue) = 214+135+2=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D68702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68702 is #2978FD. Grayscale: #909090. Windows color (decimal): -2717950 or 165846. OLE color: 165846.

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

Color convert

RGB 214 135 2 -
CMYK 0 0.37 0.99 0.16
HSL 37.64º 0.98% 0.42% -
HSV(B) 37.64º 0.99% 0.84% -
XYZ 36.41 31.63 4.24 -
YUV 143.46 48.17 178.31 -
System Red Green Blue C M Y K H S L
Decimal 214 135 2 0 0.37 0.99 0.16 37.64 0.98 0.42
Hex D6 87 2 0 25 63 10 26 62 2A
Octal 326 207 2 0 45 143 20 46 142 52
Binary 11010110 10000111 10 0 100101 1100011 10000 100110 1100010 101010

Color Harmonies of #D68702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68702

Black with #D68702

Text Example


Text Example

White with #D68702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68702; }

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

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

background-color css

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

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

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

border-color css

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

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

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