Html Css Color HEX #D09103 Gamboge

📋 copy color: '#D09103'

red 208 ◦ green 145 ◦ blue 3

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

Shades of Gamboge #D09103

Tints of Gamboge #D09103

RGB

 RED value IS 208 (81.64% from 255) = 58.43%

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

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

R = 58.43%
G = 40.73%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D09103 (or 0xD09103) is known color: Gamboge. HEX triplet: D0, 91 and 03. RGB value is (208,145,3). Sum of RGB (Red+Green+Blue) = 208+145+3=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D09103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09103 is #2F6EFC. Grayscale: #949494. Windows color (decimal): -3108605 or 233936. OLE color: 233936.

HSL color Cylindrical-coordinate representation of color #D09103: hue angle of 41.56º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09103 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 3 -
CMYK 0 0.30 0.99 0.18
HSL 41.56º 0.97% 0.41% -
HSV(B) 41.56º 0.99% 0.82% -
XYZ 36.15 33.67 4.68 -
YUV 147.65 46.37 171.05 -
System Red Green Blue C M Y K H S L
Decimal 208 145 3 0 0.30 0.99 0.18 41.56 0.97 0.41
Hex D0 91 3 0 1E 63 12 2A 61 29
Octal 320 221 3 0 36 143 22 52 141 51
Binary 11010000 10010001 11 0 11110 1100011 10010 101010 1100001 101001

Color Harmonies of #D09103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09103

Black with #D09103

Text Example


Text Example

White with #D09103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09103; }

 p { color: rgb(208,145,3); }

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

background-color css

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

 a { background-color: rgb(208,145,3); }

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

border-color css

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

 span { border-color: rgb(208,145,3); }

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