Html Css Color HEX #D68D0A Gamboge

📋 copy color: '#D68D0A'

red 214 ◦ green 141 ◦ blue 10

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

Shades of Gamboge #D68D0A

Tints of Gamboge #D68D0A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 58.63%
G = 38.63%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D68D0A (or 0xD68D0A) is known color: Gamboge. HEX triplet: D6, 8D and 0A. RGB value is (214,141,10). Sum of RGB (Red+Green+Blue) = 214+141+10=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68D0A is #2972F5. Grayscale: #949494. Windows color (decimal): -2716406 or 691670. OLE color: 691670.

HSL color Cylindrical-coordinate representation of color #D68D0A: hue angle of 38.53º degrees, saturation: 0.91, 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 #D68D0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 141 10 -
CMYK 0 0.34 0.95 0.16
HSL 38.53º 0.91% 0.44% -
HSV(B) 38.53º 0.95% 0.84% -
XYZ 37.31 33.37 4.76 -
YUV 147.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 214 141 10 0 0.34 0.95 0.16 38.53 0.91 0.44
Hex D6 8D A 0 22 5F 10 27 5B 2C
Octal 326 215 12 0 42 137 20 47 133 54
Binary 11010110 10001101 1010 0 100010 1011111 10000 100111 1011011 101100

Color Harmonies of #D68D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D0A

Black with #D68D0A

Text Example


Text Example

White with #D68D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D0A; }

 p { color: rgb(214,141,10); }

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

background-color css

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

 a { background-color: rgb(214,141,10); }

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

border-color css

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

 span { border-color: rgb(214,141,10); }

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