Html Css Color HEX #D69F14 Gamboge

📋 copy color: '#D69F14'

red 214 ◦ green 159 ◦ blue 20

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

Shades of Gamboge #D69F14

Tints of Gamboge #D69F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 54.45%
G = 40.46%
B = 5.09%

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

#D69F14 (or 0xD69F14) is known color: Gamboge. HEX triplet: D6, 9F and 14. RGB value is (214,159,20). Sum of RGB (Red+Green+Blue) = 214+159+20=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F14 is #2960EB. Grayscale: #A0A0A0. Windows color (decimal): -2711788 or 1351638. OLE color: 1351638.

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

Color convert

RGB 214 159 20 -
CMYK 0 0.26 0.91 0.16
HSL 42.99º 0.83% 0.46% -
HSV(B) 42.99º 0.91% 0.84% -
XYZ 40.26 39.14 6.1 -
YUV 159.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 214 159 20 0 0.26 0.91 0.16 42.99 0.83 0.46
Hex D6 9F 14 0 1A 5B 10 2B 53 2E
Octal 326 237 24 0 32 133 20 53 123 56
Binary 11010110 10011111 10100 0 11010 1011011 10000 101011 1010011 101110

Color Harmonies of #D69F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F14

Black with #D69F14

Text Example


Text Example

White with #D69F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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