Html Css Color HEX #D0910B Gamboge

📋 copy color: '#D0910B'

red 208 ◦ green 145 ◦ blue 11

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

Shades of Gamboge #D0910B

Tints of Gamboge #D0910B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 57.14%
G = 39.84%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0910B (or 0xD0910B) is known color: Gamboge. HEX triplet: D0, 91 and 0B. RGB value is (208,145,11). Sum of RGB (Red+Green+Blue) = 208+145+11=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0910B is #2F6EF4. Grayscale: #959595. Windows color (decimal): -3108597 or 758224. OLE color: 758224.

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

Color convert

RGB 208 145 11 -
CMYK 0 0.30 0.95 0.18
HSL 40.81º 0.9% 0.43% -
HSV(B) 40.81º 0.95% 0.82% -
XYZ 36.2 33.68 4.91 -
YUV 148.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 208 145 11 0 0.30 0.95 0.18 40.81 0.9 0.43
Hex D0 91 B 0 1E 5F 12 29 5A 2B
Octal 320 221 13 0 36 137 22 51 132 53
Binary 11010000 10010001 1011 0 11110 1011111 10010 101001 1011010 101011

Color Harmonies of #D0910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0910B

Black with #D0910B

Text Example


Text Example

White with #D0910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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