Html Css Color HEX #D69903 Gamboge

📋 copy color: '#D69903'

red 214 ◦ green 153 ◦ blue 3

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

Shades of Gamboge #D69903

Tints of Gamboge #D69903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 57.84%
G = 41.35%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D69903 (or 0xD69903) is known color: Gamboge. HEX triplet: D6, 99 and 03. RGB value is (214,153,3). Sum of RGB (Red+Green+Blue) = 214+153+3=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D69903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69903 is #2966FC. Grayscale: #9A9A9A. Windows color (decimal): -2713341 or 235990. OLE color: 235990.

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

Color convert

RGB 214 153 3 -
CMYK 0 0.29 0.99 0.16
HSL 42.65º 0.97% 0.43% -
HSV(B) 42.65º 0.99% 0.84% -
XYZ 39.14 37.09 5.18 -
YUV 154.14 42.71 170.7 -
System Red Green Blue C M Y K H S L
Decimal 214 153 3 0 0.29 0.99 0.16 42.65 0.97 0.43
Hex D6 99 3 0 1D 63 10 2B 61 2B
Octal 326 231 3 0 35 143 20 53 141 53
Binary 11010110 10011001 11 0 11101 1100011 10000 101011 1100001 101011

Color Harmonies of #D69903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69903

Black with #D69903

Text Example


Text Example

White with #D69903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69903; }

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

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

background-color css

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

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

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

border-color css

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

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

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