Html Css Color HEX #D4990A Gamboge

📋 copy color: '#D4990A'

red 212 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #D4990A

Tints of Gamboge #D4990A

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 56.53%
G = 40.8%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4990A (or 0xD4990A) is known color: Gamboge. HEX triplet: D4, 99 and 0A. RGB value is (212,153,10). Sum of RGB (Red+Green+Blue) = 212+153+10=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4990A is #2B66F5. Grayscale: #9A9A9A. Windows color (decimal): -2844406 or 694740. OLE color: 694740.

HSL color Cylindrical-coordinate representation of color #D4990A: hue angle of 42.48º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4990A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 10 -
CMYK 0 0.28 0.95 0.17
HSL 42.48º 0.91% 0.44% -
HSV(B) 42.48º 0.95% 0.83% -
XYZ 38.6 36.8 5.36 -
YUV 154.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 212 153 10 0 0.28 0.95 0.17 42.48 0.91 0.44
Hex D4 99 A 0 1C 5F 11 2A 5B 2C
Octal 324 231 12 0 34 137 21 52 133 54
Binary 11010100 10011001 1010 0 11100 1011111 10001 101010 1011011 101100

Color Harmonies of #D4990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4990A

Black with #D4990A

Text Example


Text Example

White with #D4990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4990A; }

 p { color: rgb(212,153,10); }

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

background-color css

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

 a { background-color: rgb(212,153,10); }

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

border-color css

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

 span { border-color: rgb(212,153,10); }

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