Html Css Color HEX #D69F13 Gamboge

📋 copy color: '#D69F13'

red 214 ◦ green 159 ◦ blue 19

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

Shades of Gamboge #D69F13

Tints of Gamboge #D69F13

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

 BLUE value IS 19 (7.81% from 255) = 4.85%

R = 54.59%
G = 40.56%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D69F13 (or 0xD69F13) is known color: Gamboge. HEX triplet: D6, 9F and 13. RGB value is (214,159,19). Sum of RGB (Red+Green+Blue) = 214+159+19=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F13 is #2960EC. Grayscale: #A0A0A0. Windows color (decimal): -2711789 or 1286102. OLE color: 1286102.

HSL color Cylindrical-coordinate representation of color #D69F13: hue angle of 43.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D69F13 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 19 -
CMYK 0 0.26 0.91 0.16
HSL 43.08º 0.84% 0.46% -
HSV(B) 43.08º 0.91% 0.84% -
XYZ 40.25 39.14 6.05 -
YUV 159.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 214 159 19 0 0.26 0.91 0.16 43.08 0.84 0.46
Hex D6 9F 13 0 1A 5B 10 2B 54 2E
Octal 326 237 23 0 32 133 20 53 124 56
Binary 11010110 10011111 10011 0 11010 1011011 10000 101011 1010100 101110

Color Harmonies of #D69F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F13

Black with #D69F13

Text Example


Text Example

White with #D69F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F13; }

 p { color: rgb(214,159,19); }

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

background-color css

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

 a { background-color: rgb(214,159,19); }

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

border-color css

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

 span { border-color: rgb(214,159,19); }

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