Html Css Color HEX #D69F12 Gamboge

📋 copy color: '#D69F12'

red 214 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #D69F12

Tints of Gamboge #D69F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 54.73%
G = 40.66%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D69F12 (or 0xD69F12) is known color: Gamboge. HEX triplet: D6, 9F and 12. RGB value is (214,159,18). Sum of RGB (Red+Green+Blue) = 214+159+18=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F12 is #2960ED. Grayscale: #9F9F9F. Windows color (decimal): -2711790 or 1220566. OLE color: 1220566.

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

Color convert

RGB 214 159 18 -
CMYK 0 0.26 0.92 0.16
HSL 43.16º 0.84% 0.45% -
HSV(B) 43.16º 0.92% 0.84% -
XYZ 40.24 39.14 6.01 -
YUV 159.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 214 159 18 0 0.26 0.92 0.16 43.16 0.84 0.45
Hex D6 9F 12 0 1A 5C 10 2B 54 2D
Octal 326 237 22 0 32 134 20 53 124 55
Binary 11010110 10011111 10010 0 11010 1011100 10000 101011 1010100 101101

Color Harmonies of #D69F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F12

Black with #D69F12

Text Example


Text Example

White with #D69F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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