Html Css Color HEX #D69104 Gamboge

📋 copy color: '#D69104'

red 214 ◦ green 145 ◦ blue 4

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

Shades of Gamboge #D69104

Tints of Gamboge #D69104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.94%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 58.95%
G = 39.94%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D69104 (or 0xD69104) is known color: Gamboge. HEX triplet: D6, 91 and 04. RGB value is (214,145,4). Sum of RGB (Red+Green+Blue) = 214+145+4=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D69104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69104 is #296EFB. Grayscale: #969696. Windows color (decimal): -2715388 or 299478. OLE color: 299478.

HSL color Cylindrical-coordinate representation of color #D69104: hue angle of 40.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D69104 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 4 -
CMYK 0 0.32 0.98 0.16
HSL 40.29º 0.96% 0.43% -
HSV(B) 40.29º 0.98% 0.84% -
XYZ 37.88 34.56 4.79 -
YUV 149.56 45.86 173.96 -
System Red Green Blue C M Y K H S L
Decimal 214 145 4 0 0.32 0.98 0.16 40.29 0.96 0.43
Hex D6 91 4 0 20 62 10 28 60 2B
Octal 326 221 4 0 40 142 20 50 140 53
Binary 11010110 10010001 100 0 100000 1100010 10000 101000 1100000 101011

Color Harmonies of #D69104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69104

Black with #D69104

Text Example


Text Example

White with #D69104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69104; }

 p { color: rgb(214,145,4); }

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

background-color css

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

 a { background-color: rgb(214,145,4); }

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

border-color css

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

 span { border-color: rgb(214,145,4); }

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