Html Css Color HEX #D08F05 Gamboge

📋 copy color: '#D08F05'

red 208 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #D08F05

Tints of Gamboge #D08F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 58.43%
G = 40.17%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D08F05 (or 0xD08F05) is known color: Gamboge. HEX triplet: D0, 8F and 05. RGB value is (208,143,5). Sum of RGB (Red+Green+Blue) = 208+143+5=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F05 is #2F70FA. Grayscale: #939393. Windows color (decimal): -3109115 or 364496. OLE color: 364496.

HSL color Cylindrical-coordinate representation of color #D08F05: hue angle of 40.79º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D08F05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 5 -
CMYK 0 0.31 0.98 0.18
HSL 40.79º 0.95% 0.42% -
HSV(B) 40.79º 0.98% 0.82% -
XYZ 35.86 33.07 4.64 -
YUV 146.7 48.03 171.72 -
System Red Green Blue C M Y K H S L
Decimal 208 143 5 0 0.31 0.98 0.18 40.79 0.95 0.42
Hex D0 8F 5 0 1F 62 12 29 5F 2A
Octal 320 217 5 0 37 142 22 51 137 52
Binary 11010000 10001111 101 0 11111 1100010 10010 101001 1011111 101010

Color Harmonies of #D08F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F05

Black with #D08F05

Text Example


Text Example

White with #D08F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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