Html Css Color HEX #D69304 Gamboge

📋 copy color: '#D69304'

red 214 ◦ green 147 ◦ blue 4

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

Shades of Gamboge #D69304

Tints of Gamboge #D69304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.27%

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

R = 58.63%
G = 40.27%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D69304 (or 0xD69304) is known color: Gamboge. HEX triplet: D6, 93 and 04. RGB value is (214,147,4). Sum of RGB (Red+Green+Blue) = 214+147+4=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69304 is #296CFB. Grayscale: #979797. Windows color (decimal): -2714876 or 299990. OLE color: 299990.

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

Color convert

RGB 214 147 4 -
CMYK 0 0.31 0.98 0.16
HSL 40.86º 0.96% 0.43% -
HSV(B) 40.86º 0.98% 0.84% -
XYZ 38.19 35.17 4.89 -
YUV 150.73 45.2 173.13 -
System Red Green Blue C M Y K H S L
Decimal 214 147 4 0 0.31 0.98 0.16 40.86 0.96 0.43
Hex D6 93 4 0 1F 62 10 29 60 2B
Octal 326 223 4 0 37 142 20 51 140 53
Binary 11010110 10010011 100 0 11111 1100010 10000 101001 1100000 101011

Color Harmonies of #D69304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69304

Black with #D69304

Text Example


Text Example

White with #D69304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69304; }

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

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

background-color css

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

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

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

border-color css

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

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

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