Html Css Color HEX #D69412 Gamboge

📋 copy color: '#D69412'

red 214 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #D69412

Tints of Gamboge #D69412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 56.32%
G = 38.95%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D69412 (or 0xD69412) is known color: Gamboge. HEX triplet: D6, 94 and 12. RGB value is (214,148,18). Sum of RGB (Red+Green+Blue) = 214+148+18=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D69412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69412 is #296BED. Grayscale: #999999. Windows color (decimal): -2714606 or 1217750. OLE color: 1217750.

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

Color convert

RGB 214 148 18 -
CMYK 0 0.31 0.92 0.16
HSL 39.8º 0.84% 0.45% -
HSV(B) 39.8º 0.92% 0.84% -
XYZ 38.43 35.52 5.4 -
YUV 152.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 214 148 18 0 0.31 0.92 0.16 39.8 0.84 0.45
Hex D6 94 12 0 1F 5C 10 28 54 2D
Octal 326 224 22 0 37 134 20 50 124 55
Binary 11010110 10010100 10010 0 11111 1011100 10000 101000 1010100 101101

Color Harmonies of #D69412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69412

Black with #D69412

Text Example


Text Example

White with #D69412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69412; }

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

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

background-color css

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

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

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

border-color css

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

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

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