Html Css Color HEX #D2990B Gamboge

📋 copy color: '#D2990B'

red 210 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #D2990B

Tints of Gamboge #D2990B

RGB

 RED value IS 210 (82.42% from 255) = 56.15%

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 56.15%
G = 40.91%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2990B (or 0xD2990B) is known color: Gamboge. HEX triplet: D2, 99 and 0B. RGB value is (210,153,11). Sum of RGB (Red+Green+Blue) = 210+153+11=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2990B is #2D66F4. Grayscale: #9A9A9A. Windows color (decimal): -2975477 or 760274. OLE color: 760274.

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

Color convert

RGB 210 153 11 -
CMYK 0 0.27 0.95 0.18
HSL 42.81º 0.9% 0.43% -
HSV(B) 42.81º 0.95% 0.82% -
XYZ 38.03 36.51 5.36 -
YUV 153.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 210 153 11 0 0.27 0.95 0.18 42.81 0.9 0.43
Hex D2 99 B 0 1B 5F 12 2B 5A 2B
Octal 322 231 13 0 33 137 22 53 132 53
Binary 11010010 10011001 1011 0 11011 1011111 10010 101011 1011010 101011

Color Harmonies of #D2990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2990B

Black with #D2990B

Text Example


Text Example

White with #D2990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2990B; }

 p { color: rgb(210,153,11); }

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

background-color css

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

 a { background-color: rgb(210,153,11); }

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

border-color css

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

 span { border-color: rgb(210,153,11); }

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