Html Css Color HEX #D08F03 Gamboge

📋 copy color: '#D08F03'

red 208 ◦ green 143 ◦ blue 3

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

Shades of Gamboge #D08F03

Tints of Gamboge #D08F03

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 58.76%
G = 40.4%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D08F03 (or 0xD08F03) is known color: Gamboge. HEX triplet: D0, 8F and 03. RGB value is (208,143,3). Sum of RGB (Red+Green+Blue) = 208+143+3=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F03 is #2F70FC. Grayscale: #939393. Windows color (decimal): -3109117 or 233424. OLE color: 233424.

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

Color convert

RGB 208 143 3 -
CMYK 0 0.31 0.99 0.18
HSL 40.98º 0.97% 0.41% -
HSV(B) 40.98º 0.99% 0.82% -
XYZ 35.85 33.06 4.58 -
YUV 146.48 47.03 171.88 -
System Red Green Blue C M Y K H S L
Decimal 208 143 3 0 0.31 0.99 0.18 40.98 0.97 0.41
Hex D0 8F 3 0 1F 63 12 29 61 29
Octal 320 217 3 0 37 143 22 51 141 51
Binary 11010000 10001111 11 0 11111 1100011 10010 101001 1100001 101001

Color Harmonies of #D08F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F03

Black with #D08F03

Text Example


Text Example

White with #D08F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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