Html Css Color HEX #D99A0C Gamboge

📋 copy color: '#D99A0C'

red 217 ◦ green 154 ◦ blue 12

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

Shades of Gamboge #D99A0C

Tints of Gamboge #D99A0C

RGB

 RED value IS 217 (85.16% from 255) = 56.66%

 GREEN value IS 154 (60.55% from 255) = 40.21%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 56.66%
G = 40.21%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D99A0C (or 0xD99A0C) is known color: Gamboge. HEX triplet: D9, 9A and 0C. RGB value is (217,154,12). Sum of RGB (Red+Green+Blue) = 217+154+12=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A0C is #2665F3. Grayscale: #9D9D9D. Windows color (decimal): -2516468 or 826073. OLE color: 826073.

HSL color Cylindrical-coordinate representation of color #D99A0C: hue angle of 41.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D99A0C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 154 12 -
CMYK 0 0.29 0.94 0.15
HSL 41.56º 0.9% 0.45% -
HSV(B) 41.56º 0.94% 0.85% -
XYZ 40.24 37.89 5.54 -
YUV 156.65 46.37 171.05 -
System Red Green Blue C M Y K H S L
Decimal 217 154 12 0 0.29 0.94 0.15 41.56 0.9 0.45
Hex D9 9A C 0 1D 5E F 2A 5A 2D
Octal 331 232 14 0 35 136 17 52 132 55
Binary 11011001 10011010 1100 0 11101 1011110 1111 101010 1011010 101101

Color Harmonies of #D99A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A0C

Black with #D99A0C

Text Example


Text Example

White with #D99A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A0C; }

 p { color: rgb(217,154,12); }

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

background-color css

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

 a { background-color: rgb(217,154,12); }

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

border-color css

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

 span { border-color: rgb(217,154,12); }

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