Html Css Color HEX #D48C0A Gamboge

📋 copy color: '#D48C0A'

red 212 ◦ green 140 ◦ blue 10

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

Shades of Gamboge #D48C0A

Tints of Gamboge #D48C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

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

R = 58.56%
G = 38.67%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D48C0A (or 0xD48C0A) is known color: Gamboge. HEX triplet: D4, 8C and 0A. RGB value is (212,140,10). Sum of RGB (Red+Green+Blue) = 212+140+10=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48C0A is #2B73F5. Grayscale: #939393. Windows color (decimal): -2847734 or 691412. OLE color: 691412.

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

Color convert

RGB 212 140 10 -
CMYK 0 0.34 0.95 0.17
HSL 38.61º 0.91% 0.44% -
HSV(B) 38.61º 0.95% 0.83% -
XYZ 36.58 32.78 4.69 -
YUV 146.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 212 140 10 0 0.34 0.95 0.17 38.61 0.91 0.44
Hex D4 8C A 0 22 5F 11 27 5B 2C
Octal 324 214 12 0 42 137 21 47 133 54
Binary 11010100 10001100 1010 0 100010 1011111 10001 100111 1011011 101100

Color Harmonies of #D48C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C0A

Black with #D48C0A

Text Example


Text Example

White with #D48C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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