Html Css Color HEX #D69403 Gamboge

📋 copy color: '#D69403'

red 214 ◦ green 148 ◦ blue 3

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

Shades of Gamboge #D69403

Tints of Gamboge #D69403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 58.63%
G = 40.55%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D69403 (or 0xD69403) is known color: Gamboge. HEX triplet: D6, 94 and 03. RGB value is (214,148,3). Sum of RGB (Red+Green+Blue) = 214+148+3=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69403 is #296BFC. Grayscale: #979797. Windows color (decimal): -2714621 or 234710. OLE color: 234710.

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

Color convert

RGB 214 148 3 -
CMYK 0 0.31 0.99 0.16
HSL 41.23º 0.97% 0.43% -
HSV(B) 41.23º 0.99% 0.84% -
XYZ 38.34 35.48 4.91 -
YUV 151.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 214 148 3 0 0.31 0.99 0.16 41.23 0.97 0.43
Hex D6 94 3 0 1F 63 10 29 61 2B
Octal 326 224 3 0 37 143 20 51 141 53
Binary 11010110 10010100 11 0 11111 1100011 10000 101001 1100001 101011

Color Harmonies of #D69403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69403

Black with #D69403

Text Example


Text Example

White with #D69403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69403; }

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

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

background-color css

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

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

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

border-color css

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

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

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