Html Css Color HEX #D69411 Gamboge

📋 copy color: '#D69411'

red 214 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #D69411

Tints of Gamboge #D69411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 56.46%
G = 39.05%
B = 4.49%

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

#D69411 (or 0xD69411) is known color: Gamboge. HEX triplet: D6, 94 and 11. RGB value is (214,148,17). Sum of RGB (Red+Green+Blue) = 214+148+17=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D69411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69411 is #296BEE. Grayscale: #999999. Windows color (decimal): -2714607 or 1152214. OLE color: 1152214.

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

Color convert

RGB 214 148 17 -
CMYK 0 0.31 0.92 0.16
HSL 39.9º 0.85% 0.45% -
HSV(B) 39.9º 0.92% 0.84% -
XYZ 38.42 35.52 5.36 -
YUV 152.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 214 148 17 0 0.31 0.92 0.16 39.9 0.85 0.45
Hex D6 94 11 0 1F 5C 10 28 55 2D
Octal 326 224 21 0 37 134 20 50 125 55
Binary 11010110 10010100 10001 0 11111 1011100 10000 101000 1010101 101101

Color Harmonies of #D69411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69411

Black with #D69411

Text Example


Text Example

White with #D69411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69411; }

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

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

background-color css

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

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

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

border-color css

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

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

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