Html Css Color HEX #D09D03 Gamboge

📋 copy color: '#D09D03'

red 208 ◦ green 157 ◦ blue 3

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

Shades of Gamboge #D09D03

Tints of Gamboge #D09D03

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.66%

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

R = 56.52%
G = 42.66%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D09D03 (or 0xD09D03) is known color: Gamboge. HEX triplet: D0, 9D and 03. RGB value is (208,157,3). Sum of RGB (Red+Green+Blue) = 208+157+3=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09D03 is #2F62FC. Grayscale: #9B9B9B. Windows color (decimal): -3105533 or 237008. OLE color: 237008.

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

Color convert

RGB 208 157 3 -
CMYK 0 0.25 0.99 0.18
HSL 45.07º 0.97% 0.41% -
HSV(B) 45.07º 0.99% 0.82% -
XYZ 38.09 37.53 5.32 -
YUV 154.69 42.4 166.02 -
System Red Green Blue C M Y K H S L
Decimal 208 157 3 0 0.25 0.99 0.18 45.07 0.97 0.41
Hex D0 9D 3 0 19 63 12 2D 61 29
Octal 320 235 3 0 31 143 22 55 141 51
Binary 11010000 10011101 11 0 11001 1100011 10010 101101 1100001 101001

Color Harmonies of #D09D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D03

Black with #D09D03

Text Example


Text Example

White with #D09D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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