Html Css Color HEX #D0930F Gamboge

📋 copy color: '#D0930F'

red 208 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #D0930F

Tints of Gamboge #D0930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 56.22%
G = 39.73%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0930F (or 0xD0930F) is known color: Gamboge. HEX triplet: D0, 93 and 0F. RGB value is (208,147,15). Sum of RGB (Red+Green+Blue) = 208+147+15=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0930F is #2F6CF0. Grayscale: #969696. Windows color (decimal): -3108081 or 1020880. OLE color: 1020880.

HSL color Cylindrical-coordinate representation of color #D0930F: hue angle of 41.04º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0930F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 15 -
CMYK 0 0.29 0.93 0.18
HSL 41.04º 0.87% 0.44% -
HSV(B) 41.04º 0.93% 0.82% -
XYZ 36.53 34.31 5.15 -
YUV 150.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 208 147 15 0 0.29 0.93 0.18 41.04 0.87 0.44
Hex D0 93 F 0 1D 5D 12 29 57 2C
Octal 320 223 17 0 35 135 22 51 127 54
Binary 11010000 10010011 1111 0 11101 1011101 10010 101001 1010111 101100

Color Harmonies of #D0930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0930F

Black with #D0930F

Text Example


Text Example

White with #D0930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0930F; }

 p { color: rgb(208,147,15); }

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

background-color css

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

 a { background-color: rgb(208,147,15); }

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

border-color css

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

 span { border-color: rgb(208,147,15); }

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