Html Css Color HEX #D48D0C Gamboge

📋 copy color: '#D48D0C'

red 212 ◦ green 141 ◦ blue 12

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

Shades of Gamboge #D48D0C

Tints of Gamboge #D48D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

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

R = 58.08%
G = 38.63%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D48D0C (or 0xD48D0C) is known color: Gamboge. HEX triplet: D4, 8D and 0C. RGB value is (212,141,12). Sum of RGB (Red+Green+Blue) = 212+141+12=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48D0C is #2B72F3. Grayscale: #949494. Windows color (decimal): -2847476 or 822740. OLE color: 822740.

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

Color convert

RGB 212 141 12 -
CMYK 0 0.33 0.94 0.17
HSL 38.7º 0.89% 0.44% -
HSV(B) 38.7º 0.94% 0.83% -
XYZ 36.74 33.07 4.8 -
YUV 147.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 212 141 12 0 0.33 0.94 0.17 38.7 0.89 0.44
Hex D4 8D C 0 21 5E 11 27 59 2C
Octal 324 215 14 0 41 136 21 47 131 54
Binary 11010100 10001101 1100 0 100001 1011110 10001 100111 1011001 101100

Color Harmonies of #D48D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D0C

Black with #D48D0C

Text Example


Text Example

White with #D48D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D0C; }

 p { color: rgb(212,141,12); }

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

background-color css

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

 a { background-color: rgb(212,141,12); }

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

border-color css

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

 span { border-color: rgb(212,141,12); }

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