Html Css Color HEX #D68C02 Gamboge

📋 copy color: '#D68C02'

red 214 ◦ green 140 ◦ blue 2

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

Shades of Gamboge #D68C02

Tints of Gamboge #D68C02

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

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

R = 60.11%
G = 39.33%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D68C02 (or 0xD68C02) is known color: Gamboge. HEX triplet: D6, 8C and 02. RGB value is (214,140,2). Sum of RGB (Red+Green+Blue) = 214+140+2=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68C02 is #2973FD. Grayscale: #939393. Windows color (decimal): -2716670 or 167126. OLE color: 167126.

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

Color convert

RGB 214 140 2 -
CMYK 0 0.35 0.99 0.16
HSL 39.06º 0.98% 0.42% -
HSV(B) 39.06º 0.99% 0.84% -
XYZ 37.12 33.06 4.48 -
YUV 146.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 214 140 2 0 0.35 0.99 0.16 39.06 0.98 0.42
Hex D6 8C 2 0 23 63 10 27 62 2A
Octal 326 214 2 0 43 143 20 47 142 52
Binary 11010110 10001100 10 0 100011 1100011 10000 100111 1100010 101010

Color Harmonies of #D68C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C02

Black with #D68C02

Text Example


Text Example

White with #D68C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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