Html Css Color HEX #D0A20B Gamboge

📋 copy color: '#D0A20B'

red 208 ◦ green 162 ◦ blue 11

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

Shades of Gamboge #D0A20B

Tints of Gamboge #D0A20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.52%

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

R = 54.59%
G = 42.52%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0A20B (or 0xD0A20B) is known color: Gamboge. HEX triplet: D0, A2 and 0B. RGB value is (208,162,11). Sum of RGB (Red+Green+Blue) = 208+162+11=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A20B is #2F5DF4. Grayscale: #9F9F9F. Windows color (decimal): -3104245 or 762576. OLE color: 762576.

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

Color convert

RGB 208 162 11 -
CMYK 0 0.22 0.95 0.18
HSL 45.99º 0.9% 0.43% -
HSV(B) 45.99º 0.95% 0.82% -
XYZ 38.99 39.27 5.84 -
YUV 158.54 44.74 163.28 -
System Red Green Blue C M Y K H S L
Decimal 208 162 11 0 0.22 0.95 0.18 45.99 0.9 0.43
Hex D0 A2 B 0 16 5F 12 2E 5A 2B
Octal 320 242 13 0 26 137 22 56 132 53
Binary 11010000 10100010 1011 0 10110 1011111 10010 101110 1011010 101011

Color Harmonies of #D0A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A20B

Black with #D0A20B

Text Example


Text Example

White with #D0A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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